https://github.com/jonahandersson/learning-azure-developer-cli-resources
This is a list of recommended learning links and resources for learning Azure Developer CLI (azd) for cloud development and deployment on Microsoft Azure compiled by Jonah Andersson
https://github.com/jonahandersson/learning-azure-developer-cli-resources
Last synced: 6 months ago
JSON representation
This is a list of recommended learning links and resources for learning Azure Developer CLI (azd) for cloud development and deployment on Microsoft Azure compiled by Jonah Andersson
- Host: GitHub
- URL: https://github.com/jonahandersson/learning-azure-developer-cli-resources
- Owner: jonahandersson
- Created: 2024-12-05T06:43:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T07:07:04.000Z (over 1 year ago)
- Last Synced: 2025-04-01T17:20:28.213Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Azure Developer CLI (azd) for Microsoft Azure
Compiled by [Jonah Andersson](https://www.linkedin.com/in/jonahandersson/)
## What is Azure Developer CLI (azd)
Source: [Microsoft Learn](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/overview)
*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:*
- *Reusable infrastructure as code assets to provision cloud resources services using Bicep or Terraform.*
- *Proof-of-concept or starter app code that can be customized or replaced with your own app code.*
- *Configuration files to handle deploying your app to the provisioned resources.*
- *Optionally, pipeline workflow files for GitHub Actions or Azure Pipelines to enable CI/CD integrations.*
- *You can also create your own template or find one to customize and expand on from the Awesome AZD gallery.*
## Recommended Learning Resources for Beginners
*This is a list of recommended learning links and resources for learning Azure Developer CLI (azd) for cloud development and deployment on Microsoft Azure compiled by Jonah Andersson*
- [Azure Developer CLI (azd) on GitHub](https://github.com/azure/awesome-azd)
- [azd Awesome Templates](https://azure.github.io/awesome-azd/)
- [Azure Developer CLI (azd) on Microsoft Learn](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/?WT.mc_id=linkedin&sharingId=AZ-MVP-5004251)
- [On .NET Live - Developing .NET Apps for Azure with the Azure Developer CLI with Jonah Andersson](https://www.youtube.com/live/mIEYM2U6fIk?si=swAkLw0eF9p5eqe4)
- [Cloud Development with Azure Developer CLI (azd) Blog by Jonah Andersson](https://jonahandersson.tech/cloud-development-with-azure-developer-cli-azd/)
- [Azure User Group Sweden: Azure Developer CLI: "azd up" - One command to rule them all at Azure User Group Sweden](https://www.youtube.com/watch?v=uzmfyHMfKqE)
- [Podcast: Azure Developer CLI (azd) med Jonah Andersson](https://open.spotify.com/episode/51pFDgdT4kBoXOVCP6Vrik)
# You have additional recommended learning resource?
Feel free to each out to [Jonah Andersson](https://www.linkedin.com/in/jonahandersson/) on LinkedIn to collaborate or submit issue.