[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4
Azure Subscription & Prerequisites
What You Need to Get Started
Before creating your first Foundry resource, ensure you have the following:
Prerequisites Checklist
| Requirement | Details | How to Get It |
|---|---|---|
| Azure Subscription | Active subscription with billing enabled | azure.microsoft.com/free ($200 credit) |
| Permissions | Contributor or Owner role on the subscription/resource group | Ask your Azure AD admin |
| Resource Providers | Microsoft.CognitiveServices registered | Azure Portal → Subscriptions → Resource providers |
| Azure CLI (optional) | For SDK-based development | az login to authenticate |
Regional Availability
Not all models and features are available in every Azure region. Key regions with broadest support:
- East US / East US 2 - Most complete feature set
- West US 3 - Latest model availability
- Sweden Central - EU data residency
- UK South - UK data residency
💡 Tip: Start with East US for the broadest model availability. You can deploy models across regions later using Global or Data Zone deployment types.
⌨ HANDS-ON LABVerify Your Azure Prerequisites
⭐ +150 XPBefore provisioning anything, prove your subscription is ready: confirm which subscription is active, then register the Microsoft.CognitiveServices resource provider Foundry depends on.
1Show the currently active Azure subscription.
2Register the Microsoft.CognitiveServices resource provider on the subscription.
3Confirm registration completed by querying the provider's registrationState.
OBJECTIVE 1 / 3 — type "hint" if stuck
FOUNDRY VERIFICATION
QUERY 1 // 2
What Azure role do you need to create Foundry resources?
Reader
Contributor or Owner
User Access Administrator only
No role needed