Skip to content

Commit 0e73126

Browse files
authored
Merge pull request #79 from rupisure/patch-2
Create README for Registration script
2 parents c1df511 + 548cd95 commit 0e73126

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Registration/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This script must be run from the Host machine. As a prerequisite, make sure that you have an Azure subscription and that you have installed Azure PowerShell:
2+
3+
```powershell
4+
Install-Module -Name AzureRM
5+
```
6+
7+
This script helps you to run through the steps of registering your Azure Stack with your Azure subscription. Additional details can be found in the [documentation](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-register).
8+
9+
To run the script:
10+
11+
```powershell
12+
RegisterWithAzure.ps1 -azureDirectory YourDirectory -azureSubscriptionId YourGUID -azureSubscriptionOwner YourAccountName
13+
```
14+
15+
You will be prompted for your Azure credentials one more time as well as prompted to click "Enter" twice as the script runs.

0 commit comments

Comments
 (0)