Skip to content

Commit aa7ff87

Browse files
committed
adding readme
1 parent 23c525b commit aa7ff87

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Usage/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)