diff --git a/templates/common/.azdo/pipelines/bicep/azure-dev.yml b/templates/common/.azdo/pipelines/bicep/azure-dev.yml index 7ac0307a04a..036f0123ce0 100644 --- a/templates/common/.azdo/pipelines/bicep/azure-dev.yml +++ b/templates/common/.azdo/pipelines/bicep/azure-dev.yml @@ -6,12 +6,13 @@ trigger: # Azure Pipelines workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config --provider azdo` +# Task "Install azd" needs to install setup-azd extension for azdo - https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd pool: vmImage: ubuntu-latest steps: - - task: setup-azd@0 + - task: setup-azd@0 displayName: Install azd - pwsh: | diff --git a/templates/common/.azdo/pipelines/java/azure-dev.yml b/templates/common/.azdo/pipelines/java/azure-dev.yml index e23fc1a037e..bf03edbd12b 100644 --- a/templates/common/.azdo/pipelines/java/azure-dev.yml +++ b/templates/common/.azdo/pipelines/java/azure-dev.yml @@ -6,6 +6,7 @@ trigger: # Azure Pipelines workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config --provider azdo` +# Task "Install azd" needs to install setup-azd extension for azdo - https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd pool: vmImage: ubuntu-latest diff --git a/templates/common/.azdo/pipelines/terraform/azure-dev.yml b/templates/common/.azdo/pipelines/terraform/azure-dev.yml index 3efac1bf08a..55a183ffff0 100644 --- a/templates/common/.azdo/pipelines/terraform/azure-dev.yml +++ b/templates/common/.azdo/pipelines/terraform/azure-dev.yml @@ -6,6 +6,7 @@ trigger: # Azure Pipelines workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config --provider azdo` +# Task "Install azd" needs to install setup-azd extension for azdo - https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd pool: vmImage: ubuntu-latest diff --git a/templates/common/.azdo/pipelines/terraform/java/azure-dev.yml b/templates/common/.azdo/pipelines/terraform/java/azure-dev.yml index bcb6b996486..7313602e01e 100644 --- a/templates/common/.azdo/pipelines/terraform/java/azure-dev.yml +++ b/templates/common/.azdo/pipelines/terraform/java/azure-dev.yml @@ -6,6 +6,7 @@ trigger: # Azure Pipelines workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config --provider azdo` +# Task "Install azd" needs to install setup-azd extension for azdo - https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd pool: vmImage: ubuntu-latest diff --git a/templates/todo/projects/csharp-cosmos-sql/README.md b/templates/todo/projects/csharp-cosmos-sql/README.md index 391b270012b..521436610c7 100644 --- a/templates/todo/projects/csharp-cosmos-sql/README.md +++ b/templates/todo/projects/csharp-cosmos-sql/README.md @@ -83,6 +83,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/csharp-sql-swa-func/README.md b/templates/todo/projects/csharp-sql-swa-func/README.md index d7c11708664..9cde80d57ba 100644 --- a/templates/todo/projects/csharp-sql-swa-func/README.md +++ b/templates/todo/projects/csharp-sql-swa-func/README.md @@ -85,6 +85,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/csharp-sql/README.md b/templates/todo/projects/csharp-sql/README.md index 0f529399cb3..f56f3e3cda4 100644 --- a/templates/todo/projects/csharp-sql/README.md +++ b/templates/todo/projects/csharp-sql/README.md @@ -82,6 +82,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/java-mongo-aca/README.md b/templates/todo/projects/java-mongo-aca/README.md index b18113c81b9..a1cce45b2d8 100644 --- a/templates/todo/projects/java-mongo-aca/README.md +++ b/templates/todo/projects/java-mongo-aca/README.md @@ -104,6 +104,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/java-mongo/README.md b/templates/todo/projects/java-mongo/README.md index 71dade95f67..7b4a1e4262d 100644 --- a/templates/todo/projects/java-mongo/README.md +++ b/templates/todo/projects/java-mongo/README.md @@ -81,6 +81,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/java-postgresql/README.md b/templates/todo/projects/java-postgresql/README.md index a83e904a147..5df4be32942 100644 --- a/templates/todo/projects/java-postgresql/README.md +++ b/templates/todo/projects/java-postgresql/README.md @@ -62,6 +62,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/nodejs-mongo-aca/README.md b/templates/todo/projects/nodejs-mongo-aca/README.md index 33abca37a9f..45bcc79d354 100644 --- a/templates/todo/projects/nodejs-mongo-aca/README.md +++ b/templates/todo/projects/nodejs-mongo-aca/README.md @@ -102,6 +102,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/nodejs-mongo-aks/README.md b/templates/todo/projects/nodejs-mongo-aks/README.md index 6c2a9d9216b..8e669604f64 100644 --- a/templates/todo/projects/nodejs-mongo-aks/README.md +++ b/templates/todo/projects/nodejs-mongo-aks/README.md @@ -83,6 +83,8 @@ This template also includes Kubernetes deployment manifests in the `manifests/` At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/nodejs-mongo-swa-func/README.md b/templates/todo/projects/nodejs-mongo-swa-func/README.md index 13546b24c53..af17fc74350 100644 --- a/templates/todo/projects/nodejs-mongo-swa-func/README.md +++ b/templates/todo/projects/nodejs-mongo-swa-func/README.md @@ -91,6 +91,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/nodejs-mongo/.repo/bicep/README.md b/templates/todo/projects/nodejs-mongo/.repo/bicep/README.md index df5cc0920fc..29a71efc3b2 100644 --- a/templates/todo/projects/nodejs-mongo/.repo/bicep/README.md +++ b/templates/todo/projects/nodejs-mongo/.repo/bicep/README.md @@ -77,6 +77,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/nodejs-mongo/.repo/terraform/README.md b/templates/todo/projects/nodejs-mongo/.repo/terraform/README.md index 0da03aa51b1..4557bb15116 100644 --- a/templates/todo/projects/nodejs-mongo/.repo/terraform/README.md +++ b/templates/todo/projects/nodejs-mongo/.repo/terraform/README.md @@ -84,6 +84,8 @@ At this point, you have a complete application deployed on Azure. But there is m - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) - [Run and Debug Locally](https://learn.microsoft.com/azure/developer/azure-developer-cli/debug?pivots=ide-vs-code) - using Visual Studio Code and the Azure Developer CLI extension diff --git a/templates/todo/projects/python-mongo-aca/README.md b/templates/todo/projects/python-mongo-aca/README.md index 8e60faa7b48..b40045edf4d 100644 --- a/templates/todo/projects/python-mongo-aca/README.md +++ b/templates/todo/projects/python-mongo-aca/README.md @@ -103,6 +103,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/python-mongo-swa-func/README.md b/templates/todo/projects/python-mongo-swa-func/README.md index 8f17edbbed5..3b1e414b55d 100644 --- a/templates/todo/projects/python-mongo-swa-func/README.md +++ b/templates/todo/projects/python-mongo-swa-func/README.md @@ -81,6 +81,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/python-mongo/.repo/bicep/README.md b/templates/todo/projects/python-mongo/.repo/bicep/README.md index c1dcf0b647d..4924402530c 100644 --- a/templates/todo/projects/python-mongo/.repo/bicep/README.md +++ b/templates/todo/projects/python-mongo/.repo/bicep/README.md @@ -79,6 +79,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs) diff --git a/templates/todo/projects/python-mongo/.repo/terraform/README.md b/templates/todo/projects/python-mongo/.repo/terraform/README.md index 132cc331757..6ce8d58441f 100644 --- a/templates/todo/projects/python-mongo/.repo/terraform/README.md +++ b/templates/todo/projects/python-mongo/.repo/terraform/README.md @@ -84,6 +84,8 @@ This template is structured to follow the [Azure Developer CLI](https://aka.ms/a At this point, you have a complete application deployed on Azure. But there is much more that the Azure Developer CLI can do. These next steps will introduce you to additional commands that will make creating applications on Azure much easier. Using the Azure Developer CLI, you can setup your pipelines, monitor your application, test and debug locally. +> Note: Needs to manually install [setup-azd extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.azd) for Azure DevOps (azdo). + - [`azd pipeline config`](https://learn.microsoft.com/azure/developer/azure-developer-cli/configure-devops-pipeline?tabs=GitHub) - to configure a CI/CD pipeline (using GitHub Actions or Azure DevOps) to deploy your application whenever code is pushed to the main branch. - [`azd monitor`](https://learn.microsoft.com/azure/developer/azure-developer-cli/monitor-your-app) - to monitor the application and quickly navigate to the various Application Insights dashboards (e.g. overview, live metrics, logs)