Scripts and tools that help customers use Azure and Azure Stack
Перейти к файлу
troettinger 3b9950e173 Initial Release 2016-10-04 00:30:04 +02:00
ComputeAdmin Merge pull request #8 from bgelens/master 2016-10-03 09:36:04 -07:00
Connect Update README.md 2016-09-29 13:08:19 -07:00
Deployment Update README.md 2016-09-29 13:08:40 -07:00
Infrastructure Initial Release 2016-10-04 00:30:04 +02:00
Policy Update README.md 2016-09-29 13:08:58 -07:00
ServiceAdmin Split up the README.md per tool set 2016-09-29 13:01:40 -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 Initial Release 2016-10-04 00:30:04 +02:00
ThirdPartyNotices.txt Licenses and attribution 2016-09-22 14:52:31 -07:00

README.md

Tools for using Azure and Azure Stack

To use these tools, obtain Azure Stack compatible Azure PowerShell module and CLI. 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.

Install-Module -Name AzureRm -RequiredVersion 1.2.6 -Scope CurrentUser
npm install azure-cli@0.9.18

Obtain the tools by cloning the git repo.

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 perpare 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

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 resolve
  • Get Infrastructure Virtual machines
  • Get Storage Capacity
  • Get Storage Shares
  • Get Scale Unit
  • Get Node
  • Get Logical network
  • Get Alert
  • Close Alert
  • Get Update Region Summary
  • Get Update
  • Apply Update
  • Get Update run

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.