Догађаји
Изградите интелигентне апликације
17. мар 21 - 21. мар 10
Придружите се серији састанака како бисте изградили скалабилна АИ решења заснована на стварним случајевима коришћења са колегама програмерима и стручњацима.
Региструјте се одмахОвај прегледач више није подржан.
Надоградите на Microsoft Edge бисте искористили најновије функције, безбедносне исправке и техничку подршку.
The Azure Developer CLI (azd
) is an open-source tool that accelerates provisioning and deploying app resources on Azure. azd
provides best practice, developer-friendly commands that map to key stages in your development workflow, whether you're working in the terminal, an integrated development environment (IDE), or through CI/CD (continuous integration/continuous deployment) pipelines.
azd
uses extensible blueprint templates that include everything you need to get an application up and running on Azure. These templates include:
You can also create your own template or find one to customize and expand on from the Awesome AZD gallery.
The following steps demonstrate the basics of a common azd
workflow. Visit the installation and quickstart pages for more details on installing and getting started with azd
.
You can install azd
on common platforms using a single command:
After you install azd
, provision and deploy app resources to Azure in only a few steps:
Select an Azure Developer CLI template such as the hello-azd
demo template that contains the app resources you want to provision and deploy.
Run the azd init
command to initialize the template:
azd init -t hello-azd
Run the azd up
command to package, provision and deploy the app resources:
azd up
Iterate on the application code and deploy changes as needed by running azd deploy
.
Update Azure resources by modifying the template's Infrastructure as Code (IaC) and then running azd provision
.
Напомена
Alternatively, you can also run azd up
whenever you make a changes to your app code or infrastructure files, which handles both provisioning and deploying app resources. Visit the [reference page] for a complete list of azd
commands.
Check out the following video for a demonstration of working with azd
. More azd
video content is available on the Microsoft Developer YouTube channel.
azd
quickstart to see Azure Developer CLI in action.Догађаји
Изградите интелигентне апликације
17. мар 21 - 21. мар 10
Придружите се серији састанака како бисте изградили скалабилна АИ решења заснована на стварним случајевима коришћења са колегама програмерима и стручњацима.
Региструјте се одмахОбука
Путања учења
Build and deploy applications with the Azure Developer CLI - Training
This learning path teaches developers how to use the Azure Developer CLI and its template system to build, configure and deploy applications.
Цертификација
Microsoft Certified: Azure Developer Associate - Certifications
Build end-to-end solutions in Microsoft Azure to create Azure Functions, implement and manage web apps, develop solutions utilizing Azure storage, and more.
Документација
Learn about what Azure Developer CLI templates are, how to work with them, and how to get started using them with your apps.
Troubleshoot Azure Developer CLI
In this article, troubleshoot common problems that might occur when you're using Azure Developer CLI.
Azure Developer CLI commands overview
This article provides a conceptual overview of key concepts for Azure Developer CLI commands