Scripts and tools that help customers use Azure and Azure Stack
Перейти к файлу
troettinger d3e9a0a164 Fix for Token 2017-10-30 21:07:47 +01:00
CanaryValidator Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -07:00
CloudCapabilities Using Where-Object instead of alias. 2017-08-15 10:43:57 -07:00
ComputeAdmin Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -07:00
Connect Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -07:00
DatacenterIntegration/Identity Add Readme 2017-08-03 20:19:50 +02:00
Deployment Merge branch 'vnext' into mergebranch 2017-10-09 16:20:35 -07:00
Identity Merge branch 'vnext' into azps1211 2017-10-12 18:31:36 -07:00
Infrastructure Fix typo 2017-10-09 16:32:13 -07:00
Marketplace Correct array format 2017-08-16 16:32:51 +02:00
Policy Readme fixes and skus add 2017-07-30 21:21:40 -07:00
Registration fix Set-AzsRegistrationSubscription for RBAC workaround 2017-09-21 18:21:50 -07:00
ServiceAdmin Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -07:00
Support/ERCS_Logs Update ERCS_AzureStackLogs.ps1 2017-10-10 13:47:23 -04:00
Syndication Fix for Token 2017-10-30 21:07:47 +01:00
TemplateValidator Task: 9710500: Support Github URI to validate templates 2017-08-11 14:43:11 -07:00
ToolTestingUtils PSScriptAnalyser clean and removing deprecated functions. 2017-06-21 17:40:16 -07:00
Usage Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -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 Changes corresponding to PS version 1.2.11 2017-10-10 10:25:30 -07:00
ThirdPartyNotices.txt Licenses and attribution 2016-09-22 14:52:31 -07:00

README.md

Azure Stack Development Kit Version

These tools are meant for use with Azure Stack Development Kit. Azure Stack Technical Preview 3 Refresh users can still use the tools in the TP3-Refresh.

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'
Install-AzureRmProfile -profile '2017-03-09-profile' -Force
Install-Module -Name AzureStack -RequiredVersion 1.2.11

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

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.