From 009669d2995a48ec24b7dd1bc09c52da1dcb0308 Mon Sep 17 00:00:00 2001 From: Luiz Date: Mon, 6 Jun 2022 17:33:43 -0500 Subject: [PATCH] Fixing numbering and order --- .github/ISSUE_TEMPLATE/bug.yml | 44 +++++++++---------- .github/ISSUE_TEMPLATE/feedback.yml | 44 +++++++++---------- ...ontainers_to_Azure_App_Service_web_apps.md | 4 +- ...inuous_Integration_with_Azure_Pipelines.md | 4 +- ...nal_Source_Control_with_Azure_Pipelines.md | 4 +- ...ating_Azure_Key_Vault_with_Azure_DevOps.md | 4 +- ...Setting_Up_and_Running_Functional_Tests.md | 4 +- ...yments_Using_Resource_Manager_Templates.md | 4 +- ...egration_between_Azure_DevOps_and_Teams.md | 4 +- ...n_Performance_with_Application_Insights.md | 4 +- 10 files changed, 56 insertions(+), 64 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 88511bd5..b09fb447 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -44,30 +44,26 @@ body: options: - Other - Lab 00 Validate lab environment - - Lab 01 Agile Planning and Portfolio Management with Azure Boards - - Lab 02 Version Controlling with Git in Azure Repos - - Lab 03 Version Controlling with Git in Azure Repos - - Lab 04 Configuring Agent Pools and Understanding Pipeline Styles - - Lab 05 Enabling Continuous Integration with Azure Pipelines - - Lab 06 Implementing GitHub Actions by using DevOps Starter - - Lab 07 Integrating External Source Control with Azure Pipelines - - Lab 08 Controlling Deployments using Release Gates - - Lab 09 Creating a Release Dashboard - - Lab 10 Feature Flag Management with LaunchDarkly and Azure DevOps - - Lab 11 Configuring Pipelines as Code with YAML - - Lab 12 Integrating Azure Key Vault with Azure DevOps - - Lab 13 Setting Up and Running Functional Tests - - Lab 14 Ansible with Azure - - Lab 15 Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines - - Lab 16 Azure Deployments Using Resource Manager Templates - - Lab 17 Package Management with Azure Artifacts - - Lab 18 Deploying Docker containers to Azure App Service web apps - - Lab 19 Deploying a multi-container application to Azure Kubernetes Services - - Lab 20 Integration between Azure DevOps and Teams - - Lab 21 Monitoring Application Performance with Application Insights - - Lab 22 Sharing Team Knowledge using Azure Project Wikis - - Lab 23 Implement Security and Compliance in an Azure DevOps pipeline - - Lab 24 Managing technical debt with SonarCloud and Azure DevOps + - Lab 01 Agile planning and portfolio management with Azure Boards + - Lab 02 Version controlling with Git in Azure Repos + - Lab 03 Version controlling with Git in Azure Repos + - Lab 04 Configuring agent pools and understanding pipeline styles + - Lab 05 Enabling continuous integration with Azure Pipelines + - Lab 06 Integrating external source control with Azure Pipelines + - Lab 07 Implementing GitHub Actions by using DevOps Starter + - Lab 08 Deploying Docker Containers to Azure App Service web apps + - Lab 09 Control Deployments using Release Gates + - Lab 10 Creating a release dashboard + - Lab 11 Configuring pipelines as code with YAML + - Lab 12 Setting up and running functional tests + - Lab 13 Integrate Azure Key Vault with Azure DevOps + - Lab 14 Azure deployments using Azure Resource Manager templates + - Lab 15 Implement security and compliance in Azure DevOps Pipelines + - Lab 16 Managing technical debt with SonarQube and Azure DevOps + - Lab 17 Package management with Azure Artifacts + - Lab 18 Monitoring application performance with Application Insights + - Lab 19 Integration between Azure DevOps and Microsoft Teams + - Lab 20 Sharing Team Knowledge using Azure Project Wikis validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml index f6d1943b..63e33b99 100644 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ b/.github/ISSUE_TEMPLATE/feedback.yml @@ -34,30 +34,26 @@ body: options: - Other - Lab 00 Validate lab environment - - Lab 01 Agile Planning and Portfolio Management with Azure Boards - - Lab 02 Version Controlling with Git in Azure Repos - - Lab 03 Version Controlling with Git in Azure Repos - - Lab 04 Configuring Agent Pools and Understanding Pipeline Styles - - Lab 05 Enabling Continuous Integration with Azure Pipelines - - Lab 06 Implementing GitHub Actions by using DevOps Starter - - Lab 07 Integrating External Source Control with Azure Pipelines - - Lab 08 Controlling Deployments using Release Gates - - Lab 09 Creating a Release Dashboard - - Lab 10 Feature Flag Management with LaunchDarkly and Azure DevOps - - Lab 11 Configuring Pipelines as Code with YAML - - Lab 12 Integrating Azure Key Vault with Azure DevOps - - Lab 13 Setting Up and Running Functional Tests - - Lab 14 Ansible with Azure - - Lab 15 Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines - - Lab 16 Azure Deployments Using Resource Manager Templates - - Lab 17 Package Management with Azure Artifacts - - Lab 18 Deploying Docker containers to Azure App Service web apps - - Lab 19 Deploying a multi-container application to Azure Kubernetes Services - - Lab 20 Integration between Azure DevOps and Teams - - Lab 21 Monitoring Application Performance with Application Insights - - Lab 22 Sharing Team Knowledge using Azure Project Wikis - - Lab 23 Implement Security and Compliance in an Azure DevOps pipeline - - Lab 24 Managing technical debt with SonarCloud and Azure DevOps + - Lab 01 Agile planning and portfolio management with Azure Boards + - Lab 02 Version controlling with Git in Azure Repos + - Lab 03 Version controlling with Git in Azure Repos + - Lab 04 Configuring agent pools and understanding pipeline styles + - Lab 05 Enabling continuous integration with Azure Pipelines + - Lab 06 Integrating external source control with Azure Pipelines + - Lab 07 Implementing GitHub Actions by using DevOps Starter + - Lab 08 Deploying Docker Containers to Azure App Service web apps + - Lab 09 Control Deployments using Release Gates + - Lab 10 Creating a release dashboard + - Lab 11 Configuring pipelines as code with YAML + - Lab 12 Setting up and running functional tests + - Lab 13 Integrate Azure Key Vault with Azure DevOps + - Lab 14 Azure deployments using Azure Resource Manager templates + - Lab 15 Implement security and compliance in Azure DevOps Pipelines + - Lab 16 Managing technical debt with SonarQube and Azure DevOps + - Lab 17 Package management with Azure Artifacts + - Lab 18 Monitoring application performance with Application Insights + - Lab 19 Integration between Azure DevOps and Microsoft Teams + - Lab 20 Sharing Team Knowledge using Azure Project Wikis validations: required: true - type: textarea diff --git a/Instructions/Labs/AZ400_M03_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md b/Instructions/Labs/AZ400_M03_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md index bacc8866..16bfc6bb 100644 --- a/Instructions/Labs/AZ400_M03_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md +++ b/Instructions/Labs/AZ400_M03_Deploying_Docker_containers_to_Azure_App_Service_web_apps.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 05: Deploying Docker containers to Azure App Service web apps' + title: 'Lab 08: Deploying Docker containers to Azure App Service web apps' module: 'Module 03: Create and manage containers using Docker and Kubernetes' --- -# Lab 05: Deploying Docker containers to Azure App Service web apps +# Lab 08: Deploying Docker containers to Azure App Service web apps # Student lab manual diff --git a/Instructions/Labs/AZ400_M03_Enabling_Continuous_Integration_with_Azure_Pipelines.md b/Instructions/Labs/AZ400_M03_Enabling_Continuous_Integration_with_Azure_Pipelines.md index 7a87a2ce..7de4e0c8 100644 --- a/Instructions/Labs/AZ400_M03_Enabling_Continuous_Integration_with_Azure_Pipelines.md +++ b/Instructions/Labs/AZ400_M03_Enabling_Continuous_Integration_with_Azure_Pipelines.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 06: Enabling Continuous Integration with Azure Pipelines' + title: 'Lab 05: Enabling Continuous Integration with Azure Pipelines' module: 'Module 03: Implement CI with Azure Pipelines and GitHub Actions' --- -# Lab 06: Enabling Continuous Integration with Azure Pipelines +# Lab 05: Enabling Continuous Integration with Azure Pipelines # Student lab manual diff --git a/Instructions/Labs/AZ400_M03_Integrating_External_Source_Control_with_Azure_Pipelines.md b/Instructions/Labs/AZ400_M03_Integrating_External_Source_Control_with_Azure_Pipelines.md index 2ccabfe7..62b38c9b 100644 --- a/Instructions/Labs/AZ400_M03_Integrating_External_Source_Control_with_Azure_Pipelines.md +++ b/Instructions/Labs/AZ400_M03_Integrating_External_Source_Control_with_Azure_Pipelines.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 08: Integrating External Source Control with Azure Pipelines' + title: 'Lab 06: Integrating External Source Control with Azure Pipelines' module: 'Module 03: Implement CI with Azure Pipelines and GitHub Actions' --- -# Lab 08: Integrating External Source Control with Azure Pipelines +# Lab 06: Integrating External Source Control with Azure Pipelines # Student lab manual diff --git a/Instructions/Labs/AZ400_M05_Integrating_Azure_Key_Vault_with_Azure_DevOps.md b/Instructions/Labs/AZ400_M05_Integrating_Azure_Key_Vault_with_Azure_DevOps.md index 0958cf22..b933d0df 100644 --- a/Instructions/Labs/AZ400_M05_Integrating_Azure_Key_Vault_with_Azure_DevOps.md +++ b/Instructions/Labs/AZ400_M05_Integrating_Azure_Key_Vault_with_Azure_DevOps.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 12: Integrating Azure Key Vault with Azure DevOps' + title: 'Lab 13: Integrating Azure Key Vault with Azure DevOps' module: 'Module 05: Implement a secure continuous deployment using Azure Pipelines' --- -# Lab 12: Integrating Azure Key Vault with Azure DevOps +# Lab 13: Integrating Azure Key Vault with Azure DevOps # Student lab manual diff --git a/Instructions/Labs/AZ400_M05_Setting_Up_and_Running_Functional_Tests.md b/Instructions/Labs/AZ400_M05_Setting_Up_and_Running_Functional_Tests.md index a0dcb013..e609ed4e 100644 --- a/Instructions/Labs/AZ400_M05_Setting_Up_and_Running_Functional_Tests.md +++ b/Instructions/Labs/AZ400_M05_Setting_Up_and_Running_Functional_Tests.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 13: Setting Up and Running Functional Tests' + title: 'Lab 12: Setting Up and Running Functional Tests' module: 'Module 05: Implement a secure continuous deployment using Azure Pipelines' --- -# Lab 13: Setting Up and Running Functional Tests +# Lab 12: Setting Up and Running Functional Tests # Student lab manual diff --git a/Instructions/Labs/AZ400_M06_Azure_Deployments_Using_Resource_Manager_Templates.md b/Instructions/Labs/AZ400_M06_Azure_Deployments_Using_Resource_Manager_Templates.md index 1adfcb64..fe6d8fea 100644 --- a/Instructions/Labs/AZ400_M06_Azure_Deployments_Using_Resource_Manager_Templates.md +++ b/Instructions/Labs/AZ400_M06_Azure_Deployments_Using_Resource_Manager_Templates.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 14: Deployments using Azure Resource Manager templates' + title: 'Lab 14: Azure deployments using Azure Resource Manager templates' module: 'Module 06: Manage infrastructure as code using Azure and DSC' --- -# Lab 14: Deployments using Azure Resource Manager templates +# Lab 14: Azure deployments using Azure Resource Manager templates # Student lab manual diff --git a/Instructions/Labs/AZ400_M09_Integration_between_Azure_DevOps_and_Teams.md b/Instructions/Labs/AZ400_M09_Integration_between_Azure_DevOps_and_Teams.md index e9b83eae..bed55fd5 100644 --- a/Instructions/Labs/AZ400_M09_Integration_between_Azure_DevOps_and_Teams.md +++ b/Instructions/Labs/AZ400_M09_Integration_between_Azure_DevOps_and_Teams.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 18: Integration between Azure DevOps and Teams' + title: 'Lab 19: Integration between Azure DevOps and Teams' module: 'Module 09: Implement continuous feedback' --- -# Lab 18: Integration between Azure DevOps and Teams +# Lab 19: Integration between Azure DevOps and Teams # Student lab manual diff --git a/Instructions/Labs/AZ400_M09_Monitoring_Application_Performance_with_Application_Insights.md b/Instructions/Labs/AZ400_M09_Monitoring_Application_Performance_with_Application_Insights.md index 5f80cffc..d6609f7b 100644 --- a/Instructions/Labs/AZ400_M09_Monitoring_Application_Performance_with_Application_Insights.md +++ b/Instructions/Labs/AZ400_M09_Monitoring_Application_Performance_with_Application_Insights.md @@ -1,10 +1,10 @@ --- lab: - title: 'Lab 19: Monitoring Application Performance with Application Insights' + title: 'Lab 18: Monitoring Application Performance with Application Insights' module: 'Module 09: Implement continuous feedback' --- -# Lab 19: Monitoring Application Performance with Application Insights +# Lab 18: Monitoring Application Performance with Application Insights # Student lab manual