Skip to content

Commit 4a5b6bd

Browse files
committed
Update Readme
1 parent 558b2b1 commit 4a5b6bd

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

Infrastructure/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,22 @@ The command does the following:
432432
- Authenticates to the Azure Stack environment
433433
- Resume from Maintenance Mode for a specified ScaleUnitNode
434434

435+
436+
### Show Region Capacity
437+
438+
Does show capacity for specified Region
439+
440+
```powershell
441+
$credential = Get-Credential
442+
Get-AzSRegionCapacity -TenantId $TenantID -AzureStackCredentials $credential -EnvironmentName "AzureStackAdmin"
443+
```
444+
445+
Note: The cmdlet requires credentials to display region capacity information. Provide the administrator Azure Active Directory credentials, such as *<Admin Account>*@*<mydirectory>*.onmicrosoft.com or the ADFS credentials, to the prompt.
446+
447+
The command does the following:
448+
- Authenticates to the Azure Stack environment
449+
- Retrieves Region Capacity information
450+
435451
## Scenario Command Usage
436452
Demonstrates using multiple commands together for an end to end scenario.
437453

@@ -488,7 +504,7 @@ Get-AzSUpdateSummary -AzureStackCredentials $credential -TenantID $TenantID -Env
488504
```
489505

490506

491-
### Perfmon FRU procedure
507+
### Perform FRU procedure
492508
```powershell
493509
#Review current ScaleUnitNode State
494510
$node=Get-AzSScaleUnitNode -TenantId $TenantID -AzureStackCredentials $credentials-EnvironmentName AzureStackAdmin

0 commit comments

Comments
 (0)