Skip to main content

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
PREREQUISTES

In order to run successful AZD deployments, you should have the following installed on your machine:

  1. AZD - Azure Developer CLI (Install Instructions)
  2. PWSH - PowerShell latest version (Install Instructions)
  3. Application Development Language for sample apps
    1. .NET C# SDK (Install Instructions)
    2. Java SDK (Install Instructions)
    3. Python SDK (Install Instructions)