Costa Rica
Last updated: 2026-04-06
How to redeploy your application using the Azure Developer CLI:
- Use the Virtual Machine connected via Bastion, log into the VM using the username and authenticate with the password stored in the keyvault.
- Go to the environment where you developed your application and navigate to the deploy folder. For example, it would be the folder created during this step
- Logs you into Azure Developer CLI, run:
azd auth login. - Logs you into your Azure account, run:
az login - Updates your environment settings with the latest configuration, run:
azd env refresh - Builds and packages your application code into deployable artifacts without deploying them to Azure, run:
azd package - Deploys your project to Azure, run:
azd deploy