Several success criteria and stretch goals cannot be completed in the provided lab subscription because their resource providers show NotRegistered, and attendees (who hold Contributor on their labuser-NN resource group only) lack the rights to register providers.
Observed in the South Africa (za) edition:
- Challenge 3 success criterion requires an App Service (minimum TLS 1.2, FTPS disabled, HTTPS only).
Microsoft.Web is NotRegistered, so az appservice plan create fails with MissingSubscriptionRegistration.
- Challenge 3 stretch goal (Front Door plus WAF) needs
Microsoft.Cdn, which is NotRegistered.
- Challenge 2 stretch goal S2.1 (Azure Backup) needs
Microsoft.DataProtection and Microsoft.RecoveryServices, both NotRegistered.
By contrast, Microsoft.Compute, Microsoft.ContainerService, Microsoft.Attestation, Microsoft.Network and Microsoft.KeyVault were all Registered, and confidential compute quota was present, so Challenges 4 and 5 were reachable.
Suggestion: register the missing providers during environment provisioning, or annotate the affected criteria to note they require provider registration and may be unavailable in shared lab subscriptions.
Several success criteria and stretch goals cannot be completed in the provided lab subscription because their resource providers show
NotRegistered, and attendees (who hold Contributor on theirlabuser-NNresource group only) lack the rights to register providers.Observed in the South Africa (za) edition:
Microsoft.Webis NotRegistered, soaz appservice plan createfails withMissingSubscriptionRegistration.Microsoft.Cdn, which is NotRegistered.Microsoft.DataProtectionandMicrosoft.RecoveryServices, both NotRegistered.By contrast,
Microsoft.Compute,Microsoft.ContainerService,Microsoft.Attestation,Microsoft.NetworkandMicrosoft.KeyVaultwere all Registered, and confidential compute quota was present, so Challenges 4 and 5 were reachable.Suggestion: register the missing providers during environment provisioning, or annotate the affected criteria to note they require provider registration and may be unavailable in shared lab subscriptions.