|
1 | 1 | name: Bug Report |
2 | 2 | description: File a bug report |
3 | | -title: "M00-LAB00: QUICK_DESCRIPTION" |
| 3 | +title: "M00-LABNAME: QUICK_DESCRIPTION" |
4 | 4 | labels: ["bug"] |
5 | 5 | body: |
6 | 6 | - type: markdown |
7 | 7 | attributes: |
8 | 8 | value: | |
9 | 9 | # Thanks for taking the time to fill out this bug report! |
10 | 10 | |
11 | | - **Replace issue name LAB00:QUICK_DESCRIPTION, for example "LAB01: My new issue"** |
| 11 | + **Replace issue name M00-LABNAME: QUICK_DESCRIPTION"** |
12 | 12 | - type: input |
13 | 13 | id: contact |
14 | 14 | attributes: |
@@ -43,24 +43,24 @@ body: |
43 | 43 | description: Lab name |
44 | 44 | options: |
45 | 45 | - Other |
46 | | - - Lab 00 Validate lab environment |
47 | | - - Lab 01 Agile planning and portfolio management with Azure Boards |
48 | | - - Lab 02 Version controlling with Git in Azure Repos |
49 | | - - Lab 03 Configuring agent pools and understanding pipeline styles |
50 | | - - Lab 04 Enabling continuous integration with Azure Pipelines |
51 | | - - Lab 05 Implementing GitHub Actions by using DevOps Starter |
52 | | - - Lab 06 Deploying Docker Containers to Azure App Service web apps |
53 | | - - Lab 07 Control Deployments using Release Gates |
54 | | - - Lab 08 Configuring pipelines as code with YAML |
55 | | - - Lab 09 Setting up and running functional tests |
56 | | - - Lab 10 Integrate Azure Key Vault with Azure DevOps |
57 | | - - Lab 11 Enable Dynamic Configuration and Feature Flags |
58 | | - - Lab 12 Deployments using Azure Bicep templates |
59 | | - - Lab 13 Implement security and compliance in Azure DevOps Pipelines |
60 | | - - Lab 14 Managing technical debt with SonarQube and Azure DevOps |
61 | | - - Lab 15 Package management with Azure Artifacts |
62 | | - - Lab 16 Monitoring application performance with Application Insights |
63 | | - - Lab 17 Sharing Team Knowledge using Azure Project Wikis |
| 46 | + - Validate lab environment |
| 47 | + - Agile planning and portfolio management with Azure Boards |
| 48 | + - Version controlling with Git in Azure Repos |
| 49 | + - Configuring agent pools and understanding pipeline styles |
| 50 | + - Enabling continuous integration with Azure Pipelines |
| 51 | + - Implementing GitHub Actions by using DevOps Starter |
| 52 | + - Deploying Docker Containers to Azure App Service web apps |
| 53 | + - Control Deployments using Release Gates |
| 54 | + - Configuring pipelines as code with YAML |
| 55 | + - Setting up and running functional tests |
| 56 | + - Integrate Azure Key Vault with Azure DevOps |
| 57 | + - Enable Dynamic Configuration and Feature Flags |
| 58 | + - Deployments using Azure Bicep templates |
| 59 | + - Implement security and compliance in Azure DevOps Pipelines |
| 60 | + - Managing technical debt with SonarQube and Azure DevOps |
| 61 | + - Package management with Azure Artifacts |
| 62 | + - Monitoring application performance with Application Insights |
| 63 | + - Sharing Team Knowledge using Azure Project Wikis |
64 | 64 | validations: |
65 | 65 | required: true |
66 | 66 | - type: textarea |
|
0 commit comments