Skip to content

Commit

Permalink
Merge pull request #2 from gkulin/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wbreza authored Jun 17, 2024
2 parents 6b91a36 + 68342eb commit 2347ab4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ description: Creates an Azure AI Service and deploys the specified models.

# Azure AI Starter Template

This template contains infrastructure-as-Code (IaC) and other files to help you get started with getting your AI application onto Azure with [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/overview) (azd). You will need to add application code and configure the IaC to create and deploy a fully-functioning app.

The following assets are provided:

- Infrastructure-as-code (IaC) Bicep files under the `infra` folder that demonstrate how to provision resources and setup resource tagging for azd.
- A [dev container](https://containers.dev) configuration file under the `.devcontainer` directory that installs infrastructure tooling by default. This can be readily used to create cloud-hosted developer environments such as [GitHub Codespaces](https://aka.ms/codespaces).

### Quickstart
To learn how to get started with any template, follow the steps in [this quickstart](https://learn.microsoft.com/azure/developer/azure-developer-cli/get-started?tabs=localinstall&pivots=programming-language-nodejs) with this template(`Azure-Samples/azd-ai-starter`)

Expand Down

0 comments on commit 2347ab4

Please sign in to comment.