Powershell cmdlet for getting cloud services "Configure tab" attributes?

34 views Asked by At

Is there a powershell cmdlet for getting Windows Azure cloud services "Configure tab" attributes info?

1

There are 1 answers

0
jangelfdez On

You can use Get-AzureDeployment to receive the details of the deployment in the production or staging slot.

If you need to check which PowerShell commands are available for Azure I would recommend you to take a look to this reference page inside MSDN: https://msdn.microsoft.com/library/azure/dn495184.aspx