You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Recommended Regions:**East US, East US 2, West US 3, Sweden Central
56
+
**Recommended Regions:** Central US, Australia East, UK South, Japan East
57
57
58
58
🔍 **Check Availability:** Use [Azure Products by Region](https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/) to verify service availability.
59
59
@@ -202,7 +202,7 @@ azd up
202
202
```
203
203
204
204
**During deployment, you'll be prompted for:**
205
-
1.**Environment name** (e.g., "conmig") - Must be 3-16 characters long, alphanumeric only
205
+
1.**Environment name** (e.g., "dkmsa") - Must be 3-16 characters long, alphanumeric only
206
206
2.**Azure subscription** selection
207
207
3.**Azure AI Deployment Location** - Select a region with available Azure OpenAI Service quota for GPT-4.1-mini and text-embedding-3-large models
208
208
4.**Primary location** - Select the region where your infrastructure resources will be deployed
@@ -367,7 +367,7 @@ If your deployment failed or encountered errors, here are the steps to recover:
367
367
azd down
368
368
369
369
# Create new environment (3-16 chars, alphanumeric only)
370
-
azd env new conmigretry
370
+
azd env new dkmsaretry
371
371
372
372
# Deploy with different settings/region
373
373
azd up
@@ -397,10 +397,10 @@ azd up
397
397
**Example:**
398
398
```shell
399
399
# Create a new environment for production (valid: 3-16 chars)
400
-
azd env new conmigprod
400
+
azd env new dkmsaprod
401
401
402
402
# Switch to the new environment
403
-
azd env selectconmigprod
403
+
azd env selectdkmsaprod
404
404
405
405
# Deploy with fresh settings
406
406
azd up
@@ -409,7 +409,7 @@ azd up
409
409
>**Environment Name Requirements:**
410
410
> - **Length:** 3-16 characters
411
411
> - **Characters:** Alphanumeric only (letters and numbers)
0 commit comments