We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7ff87 commit ce5cb17Copy full SHA for ce5cb17
1 file changed
Usage/README.md
@@ -1,8 +1,9 @@
1
-# Azure Stack Usage
+As a prerequisite, make sure that you installed the correct PowerShell modules and versions:
2
3
```powershell
4
-Install-Module -Name AzureRM -RequiredVersion 1.2.8 -Scope CurrentUser
5
-Install-Module -Name AzureStack -RequiredVersion 1.2.8 -Scope CurrentUser
+Install-Module -Name 'AzureRm.Bootstrapper' -Scope CurrentUser
+Install-AzureRmProfile -profile '2017-03-09-profile' -Force -Scope CurrentUser
6
+Install-Module -Name AzureStack -RequiredVersion 1.2.9 -Scope CurrentUser
7
```
8
9
Use this script to extract usage data from the AzureStack Usage API's and export it to a CSV file
0 commit comments