Scripts and tools that help customers use Azure and Azure Stack
Перейти к файлу
Shriram Natarajan 1ecc194244 Modified Identity Scripts to reflect automation credentials, pass ARM Application ID, and onboard multiple directories to ARM at the same time 2017-05-05 17:00:17 -07:00
CanaryValidator Fix VMSS container 2017-05-03 23:20:15 -07:00
CloudCapabilities Storage Capabilities and validation reporting fixes 2017-01-18 16:20:58 -08:00
ComputeAdmin Unified directory tenant ID retrieval 2017-04-04 23:35:27 -07:00
Connect Update the VMNames from MAS to AzS 2017-04-28 13:26:27 -07:00
Deployment References_Fix 2017-03-02 16:29:20 +01:00
Identity Modified Identity Scripts to reflect automation credentials, pass ARM Application ID, and onboard multiple directories to ARM at the same time 2017-05-05 17:00:17 -07:00
Infrastructure #Issue155: Remove all unnecessary parametersets (#179) 2017-05-04 17:14:34 +08:00
Policy Updating policy module for TP3 capabilities 2017-03-28 17:06:06 -07:00
Registration Add support for multiple TP3 builds 2017-03-10 13:51:11 -08:00
ServiceAdmin Unified directory tenant ID retrieval 2017-04-04 23:35:27 -07:00
TemplateValidator Readme updates 2017-03-02 15:08:51 -08:00
ToolTestingUtils Update the VMNames from MAS to AzS 2017-04-28 13:26:27 -07:00
CONTRIBUTING.md Licenses and attribution 2016-09-22 14:52:31 -07:00
LICENSE.txt Licenses and attribution 2016-09-22 14:52:31 -07:00
README.md Udating ReadMe.mds to use AzureStack 1.2.9 & Profiles 2017-03-17 10:43:31 -07:00
ThirdPartyNotices.txt Licenses and attribution 2016-09-22 14:52:31 -07:00

README.md

Azure Stack Technical Preview Version

These tools are meant for use with Azure Stack Technical Preview 3. Azure Stack Technical Preview 2 users can still use the tools in the tp2-refresh branch.

Tools for using Azure and Azure Stack

To use these tools, obtain Azure Stack compatible Azure PowerShell module. Unless you've installed from other sources, one way to do it is to obtain from public package repositories as follows. Note that both of these could still be used to operate against Azure as well as Azure Stack, but may lack some of the latest Azure features.

For PowerShell, install the following:

Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser

Obtain the tools by cloning the git repository.

git clone https://github.com/Azure/AzureStack-Tools.git --recursive
cd AzureStack-Tools

Otherwise download the tools as follows:

invoke-webrequest https://github.com/Azure/AzureStack-Tools/archive/master.zip -OutFile master.zip
expand-archive master.zip -DestinationPath . -Force
cd AzureStack-Tools-master

Instructions below are relative to the root of the repo.

Azure Resource Manager policy for Azure Stack

Constrains Azure subscription to the capabilities available in the Azure Stack.

  • Apply Azure Stack policy to Azure subscriptions and resource groups

Deployment of Azure Stack

Helps prepare for Azure Stack deployment.

  • Prepare to Deploy (boot from VHD)
  • Prepare to Redeploy (boot back to original/base OS)

Connecting to Azure Stack

Connect to an Azure Stack instance from your personal computer/laptop.

  • Connect via VPN to an Azure Stack installation
  • Configure Azure Stack PowerShell environment
  • Prepare new subscriptions for use in PowerShell and CLI

Setting up Identity for Azure Stack

Create and manage identity related objects and configurations for Azure Stack

  • Create Service Principals in a disconnected topology

Azure Stack Service Administration

Manage plans and subscriptions in Azure Stack.

  • Add default (unlimited) plans and quotas so that tenants can create new subscriptions

Azure Stack Compute Administration

Manage compute (VM) service in Azure Stack.

  • Add VM Image to the Azure Stack Marketplace

Azure Stack Infrastructure Administration

Manage Azure Stack Infrastructure

  • Get Infrastructure Roles
  • Get Infrastructure Role Instances
  • Start Infrastructure Role Instance
  • Stop Infrastructure Role Instance
  • Restart Infrastructure Role Instance
  • Get Storage Capacity
  • Get Storage Shares
  • Get Scale Unit
  • Get Scale Unit Node
  • Get Gateway Pool
  • Get Gateway
  • Get SLB MUX
  • Get IP Pool
  • Add IP Pool
  • Get MAC Address Pool
  • Get Logical network
  • Get Alert
  • Close Alert
  • Get Update Region Summary
  • Get Update
  • Apply Update
  • Get Update run

AzureRM Template Validator

Validate Azure ARM Template Capabilities

  • resources - Types, Location, Apiversion
  • Compute Capabilities - extensions, images, sizes
  • Storage Capabilities - skus

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.