Skip to content

guming-learning/cobo-container-agent-azd-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobo-container-agent-azd-template

This repository is an Azure Developer CLI (azd) template that provisions an Azure Container Apps-hosted FastAPI service, an Azure Container Registry, and AI Foundry (Azure OpenAI) deployment. It uses Bicep for infrastructure in the infra/ folder and an azure.yaml file to wire services to infra outputs.

Quickstart

  1. Make sure this repository is public on GitHub (example location: https://github.com/guming-learning/cobo-container-agent-azd-template) and that you have azd installed.

  2. Create a new empty folder and initialize the template locally using the repository identifier (owner/repo):

    azd init --template guming-learning/cobo-container-agent-azd-template

    Alternatively you can pass the full HTTPS repo URL:

    azd init --template https://github.com/guming-learning/cobo-container-agent-azd-template

  3. Authenticate with Azure (only required once per machine):

    azd auth login

  4. Provision and deploy to Azure:

    azd up

Notes

  • The template expects certain environment values; sensible defaults are provided in .azure/environment.defaults.json committed with the template. You will be prompted during azd up and can modify values in .azure after init.
  • To avoid committing secrets or environment overrides, the .azure folder is by default ignored; see .gitignore.

License

This template is released under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors