Skip to main content
Version: 1.0.0

Task 02: Verify Provider Registration

Runbook Azure

DOCUMENT CATEGORY: Runbook
SCOPE: Azure resource provider registration verification
PURPOSE: Confirm all required resource providers are fully registered
MASTER REFERENCE: Microsoft Learn — Resource Providers

Status: Active

Overview

After registering resource providers in Task 01, this task verifies all providers have completed registration and are ready for use. Run this verification before proceeding to RBAC configuration.

Provider Registration Time

Some providers may still be in "Registering" state after Task 01. Wait 2–5 minutes and re-run verification if needed.

Prerequisites

PrerequisiteDetail
Task 01Register Resource Providers completed
PermissionsContributor or Owner role at subscription level
Authenticated Azure sessionSee Authentication
variables.ymlConfigured with target subscription ID

Variables from variables.yml

VariableConfig PathExample (IIC)
Subscription IDazure.subscriptions.lab.id(per environment)

Execution Options

Azure Portal

When to use: Visual verification through Azure Portal

Procedure

  1. Navigate to Resource Providers:
  • In Azure Portal, search for Subscriptions
  • Select your target subscription (variables.yml → azure.subscriptions.lab.id)
  • In the left menu under Settings, click Resource providers
  1. Verify each provider:

Search for each provider and confirm "Registered" status:

ProviderStatus
Microsoft.HybridCompute☐ Registered
Microsoft.GuestConfiguration☐ Registered
Microsoft.HybridConnectivity☐ Registered
Microsoft.AzureStackHCI☐ Registered
Microsoft.Kubernetes☐ Registered
Microsoft.KubernetesConfiguration☐ Registered
Microsoft.ExtendedLocation☐ Registered
Microsoft.ResourceConnector☐ Registered
Microsoft.HybridContainerService☐ Registered
Microsoft.Attestation☐ Registered
Microsoft.Storage☐ Registered
Microsoft.Insights☐ Registered
  1. Document results:
  • Screenshot the Resource providers page with all providers visible
  • Save for deployment documentation / handover

Phase 02 Exit Criteria

Complete this checklist before proceeding to Phase 03:

  • All 12 resource providers show "Registered" status
  • Verification script passes with exit code 0
  • Screenshot / documentation captured for handover
  • Ready to proceed to Phase 03: RBAC & Permissions

Troubleshooting

SymptomCauseResolution
Providers still "Registering"Registration not yet completeWait 5 minutes and re-run verification
Cannot check provider statusInsufficient permissionsVerify Contributor or Owner role at subscription level
Registration failedCheck Activity LogAzure Portal → Subscriptions → Activity log → filter by "Register resource provider"

Next Steps

Phase 02 is complete. Proceed to Phase 03: RBAC & Permissions to configure role-based access control.

References



Alternatives

The procedures in this task use the scripted methods shown in the tabs above. Additional deployment methods including Azure CLI and Bash scripts are available in the azurelocal-toolkit repository under scripts/deploy/.

MethodDescription
Azure CLIPowerShell-based Azure CLI scripts for Azure resource operations
BashLinux/macOS compatible shell scripts for pipeline environments
PreviousUpNext
Task 01 — Register Resource ProvidersPhase 02 — Resource ProvidersPhase 03 — RBAC Permissions

Version Control

  • Created: 2026-01-15 by Azure Local Cloud
  • Last Updated: 2026-03-02 by Azure Local Cloud
  • Version: 2.0.0
  • Tags: azure-local, phase-02, resource-providers, verification
  • Keywords: verify providers, registration verification, provider status
  • Author: Azure Local Cloud

Version Control

VersionDateAuthorChanges
1.0.02025-03-25Azure Local CloudInitial release