MicrosoftLearning / MicrosoftLearning/mslearn-postgresql
AI-3019 - Explore the Azure AI Extension - Bicep Deployment Issue
@MScalopez is already working on this.
Since Sep 2, 2026.
- Dominant language
- Bicep
- Stars
- 15
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
AI-3019 - Lab 01 (CSS-r): Explore the Azure AI Extension
Task: Deploy resources into your Azure subscription
Step 7: Finally, use the Azure CLI to execute a Bicep deployment script to provision Azure resources in your resource group:
az deployment group create --resource-group $RG_NAME --template-file "mslearn-postgresql/Allfiles/Labs/Shared/deploy.bicep" --parameters restore=false adminLogin=pgAdmin adminLoginPassword=$ADMIN_PASSWORD
When running this code, it fails with "CustomDomainInUse". I have tried this with multiple sets of credentials from the same cloud sub pool, and found no existing artifacts in any of the subscriptions that should cause this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.