Skip to content

Comments

Add bicep files for Azure OpenAI resource provisioning#3

Draft
brandom-msft wants to merge 9 commits intomainfrom
brandom/bicep
Draft

Add bicep files for Azure OpenAI resource provisioning#3
brandom-msft wants to merge 9 commits intomainfrom
brandom/bicep

Conversation

@brandom-msft
Copy link
Collaborator

@brandom-msft brandom-msft commented Apr 24, 2024

Provisions a resource group and Azure OpenAI service deployment:

  1. main.parameters.json: This file includes parameterization for dynamically fetching environment values during azd up actions.

  2. ai.bicep and main.bicep: These files are for deploying Azure resources (currently only an Azure OpenAI service)

  3. abbreviations.json: This file contains abbreviations used during Bicep deployment

Before running azd up, give deployment a test with "what-if", e.g.:
az deployment sub what-if --location eastus --template-file ./Backend/bicep/main.bicep

@brandom-msft brandom-msft requested a review from glecaros April 24, 2024 22:38
@brandom-msft
Copy link
Collaborator Author

In the next commit I'll add a README for how to run this stuff.

@brandom-msft brandom-msft marked this pull request as draft April 24, 2024 22:45
@glecaros
Copy link
Owner

lgtm

}
},
"features": {
"ghcr.io/azure/azure-dev/azd:latest": {}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't work. azd is installed, but when I try to run there is an error about docker not being installed 🙃

@@ -0,0 +1,56 @@
targetScope='subscription'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: rename "bicep" directory to "infra", align with azd standard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants