Technical requirements
Here are the technical requirements for this chapter:
- We will be using Microsoft Visio for the diagrams, but the corresponding PNGs are also provided.
- Visual Studio Code and the Azure CLI to open and deploy the sample application.
- Visual Studio 2022 or later to open and build the .NET solution. Since we do not rely on CI/CD pipelines to deploy the code, you’ll have to use either Visual Studio or the raw
dotnetcommands. - An Azure subscription with owner permissions is needed to deploy the provided code. You can start a free trial if necessary. Follow this link: https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account.
- The Azure CLI is needed to execute the provided script. You can find the installation instructions here: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli.
The maps, diagrams, and code are available at https://github.com/PacktPublishing/The-Azure-Cloud-Native-Architecture...