Understanding Azure Stack Hub troubleshooting
Before raising a case with Microsoft support for issues with Azure Stack Hub, there are some commands that you can perform yourself to try to resolve some common issues. One of the first tools to utilize is the Test-AzureStack
PowerShell cmdlet, which validates the Azure Stack Hub deployment and can help isolate common failures. You should always run Test-AzureStack
before performing any system updates or applying hotfixes.
The Test-AzureStack
cmdlet can be used to run infrastructure tests or cloud scenario tests against the Azure Stack Hub environment. To be able to perform the cloud scenario tests, you must use cloud administrator credentials. The cloud scenario tests are as follows:
- Creating resource groups
- Creating plans
- Creating offers
- Creating storage accounts
- Creating virtual machines
- Performing blob operations using the storage account that was created
- Performing queue operations using the storage...