Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 766 Bytes

File metadata and controls

19 lines (12 loc) · 766 Bytes

Azure Stack Service Administration

Instructions below are relative to the .\ServiceAdmin folder of the [AzureStack-Tools repo](..).

Import-Module .\AzureStack.ServiceAdmin.psm1

Create default plan and quota for tenants

$serviceAdminPassword = ConvertTo-SecureString "<Azure Stack service admin password in AAD>" -AsPlainText -Force
$serviceAdmin = New-Object System.Management.Automation.PSCredential -ArgumentList "<myadmin>@<mydirectory>.onmicrosoft.com", $serviceAdminPassword

New-AzureStackTenantOfferAndQuotas -ServiceAdminCredential $serviceAdmin

Tenants can now see the "default" offer available to them and can subscribe to it. The offer includes unlimited compute, network, storage and key vault usage.