Post-deployment and troubleshooting
This section goes through some of the changes that need to be performed after a successful deployment of Azure Stack Hub, which includes validating the Azure Stack Hub solution and registering with Azure.
Post-deployment tasks
Once the Azure Stack Hub deployment is complete, then there are a few things that need to be completed before we can be sure that the Azure Stack Hub environment is operational and ready for hand over to the customer.
The following tasks can be run post-deployment:
- Test Azure Stack.
- Register Azure Stack.
- Populate Marketplace.
- Install additional resource providers.
- Configure quotas/plans/services.
- Configure RBAC.
We will be covering the first two in this chapter and we will be working through the remainder as we continue through the rest of the book.
The first task is the running of the test-azurestack
PowerShell cmdlet, which will help to detect failures that don't result...