How do I use azd-template?
With azd-templates
, the path from "code to cloud" is just 3 steps:
- Discovery = find a template
- Deployment =
azd up
to deploy it - Customization = modify app code or config
READ THE DOCS
Learn more about about getting started with azd
PREREQUISTES
In order to run successful AZD deployments, you should have the following installed on your machine:
- AZD - Azure Developer CLI (Install Instructions)
- PWSH - PowerShell latest version (Install Instructions)
- Application Development Language for sample apps
- .NET C# SDK (Install Instructions)
- Java SDK (Install Instructions)
- Python SDK (Install Instructions)