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 23c525b commit aa7ff87Copy full SHA for aa7ff87
1 file changed
Usage/README.md
@@ -0,0 +1,10 @@
1
+# Azure Stack Usage
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
6
+```
7
8
+Use this script to extract usage data from the AzureStack Usage API's and export it to a CSV file
9
+For more information on Billing and Usage see [here](https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-billing-and-chargeback)
10
0 commit comments