Skip to content

Commit b8d5188

Browse files
authored
Merge pull request #53717 from Arvin166/master
Update the icon URL
2 parents 469b7c1 + c00ceb3 commit b8d5188

11 files changed

Lines changed: 19 additions & 18 deletions

File tree

  • learn-pr
    • paths/deploy-cloud-native-applications-to-azure-container-apps
    • wwl-azure
      • configure-alerts-responses
      • configure-azure-container-registry-container-app-deployments
      • configure-container-app-azure-container-apps
      • configure-continuous-deployment-container-apps
      • configure-monitoring-applications
      • configure-monitoring-virtual-machines
      • configure-monitoring-virtual-networks
      • deploy-manage-container-app-using-azure-container-apps
      • get-started-cloud-native-apps-containerized-deployments
      • scale-manage-deployed-container-apps

learn-pr/paths/deploy-cloud-native-applications-to-azure-container-apps/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prerequisites: |
1717
- Experience with networks: Some familiarity with networking concepts and Azure Virtual Networks.
1818
summary: |
1919
Develop the skills necessary to configure a secure deployment solution for cloud-native apps. Learn how to build, deploy, scale, and manage containerized cloud-native apps using Azure Container Apps, Azure Container Registry, and Azure Pipelines.
20-
iconUrl: /training/achievements/generic-trophy.svg
20+
iconUrl: /training/achievements/azure-container-apps-learning-path.svg
2121
levels:
2222
- intermediate
2323
roles:
@@ -36,4 +36,4 @@ modules:
3636
- learn.wwl.scale-manage-deployed-container-apps
3737
- learn.wwl.deploy-manage-container-app-using-azure-container-apps
3838
trophy:
39-
uid: learn.wwl.deploy-cloud-native-applications-to-azure-container-apps.trophy
39+
uid: learn.wwl.deploy-cloud-native-applications-to-azure-container-apps.trophy

learn-pr/wwl-azure/configure-alerts-responses/index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract: |
1717
- Configure alert processing rules to modify triggered alerts
1818
- Describe how Change Analysis provides insight into changes made to Azure resources
1919
prerequisites: ''
20-
iconUrl: /training/achievements/generic-badge.svg
20+
iconUrl: /training/achievements/azure-monitor-module.svg
2121
levels:
2222
- intermediate
2323
roles:
@@ -37,3 +37,4 @@ badge:
3737

3838

3939

40+

learn-pr/wwl-azure/configure-azure-container-registry-container-app-deployments/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prerequisites: |
2323
* Knowledge of Azure container services, including Azure Container Registry, would be beneficial.
2424
* Experience with Azure portal or Azure CLI for managing Azure resources.
2525
* Understanding of networking concepts and protocols.
26-
iconUrl: /training/achievements/generic-badge.svg
26+
iconUrl: /training/achievements/azure-container-apps-module.svg
2727
levels:
2828
- intermediate
2929
roles:
@@ -44,4 +44,4 @@ units:
4444
- learn.wwl.configure-azure-container-registry-container-app-deployments.summary
4545
badge:
4646
uid: learn.wwl.configure-azure-container-registry-container-app-deployments.badge
47-
47+

learn-pr/wwl-azure/configure-container-app-azure-container-apps/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prerequisites: |
4141
- Understanding of networking concepts and protocols.
4242
4343
- Experience with deploying and managing applications in Azure would be beneficial.
44-
iconUrl: /training/achievements/generic-badge.svg
44+
iconUrl: /training/achievements/azure-container-apps-module.svg
4545
levels:
4646
- intermediate
4747
roles:
@@ -63,4 +63,4 @@ units:
6363
- learn.wwl.configure-container-app-azure-container-apps.knowledge-check
6464
- learn.wwl.configure-container-app-azure-container-apps.summary
6565
badge:
66-
uid: learn.wwl.configure-container-app-azure-container-apps.badge
66+
uid: learn.wwl.configure-container-app-azure-container-apps.badge

learn-pr/wwl-azure/configure-continuous-deployment-container-apps/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ prerequisites: |
2525
- Knowledge of Azure container services, including Azure Container Registry and Azure Container Apps, would be beneficial.
2626
- Understanding of continuous integration and continuous deployment (CI/CD) concepts.
2727
- Experience with Azure DevOps or other CI/CD tools.
28-
iconUrl: /training/achievements/generic-badge.svg
28+
iconUrl: /training/achievements/azure-container-apps-module.svg
2929
levels:
3030
- intermediate
3131
roles:
@@ -45,4 +45,4 @@ units:
4545
- learn.wwl.configure-continuous-deployment-container-apps.summary
4646
badge:
4747
uid: learn.wwl.configure-continuous-deployment-container-apps.badge
48-
48+

learn-pr/wwl-azure/configure-monitoring-applications/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract: |
1616
- Describe Azure diagnostic settings and resource logs
1717
- Leverage Azure SQL Insights to improve performance of Azure SQL database applications
1818
prerequisites: ''
19-
iconUrl: /training/achievements/generic-badge.svg
19+
iconUrl: /training/achievements/azure-monitor-module.svg
2020
levels:
2121
- intermediate
2222
roles:

learn-pr/wwl-azure/configure-monitoring-virtual-machines/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract: |
1515
- Explain VM Insights and how to use it to monitor IaaS VM performance
1616
- Enable data collection rules to collect operating system and application logs
1717
prerequisites: ''
18-
iconUrl: /training/achievements/generic-badge.svg
18+
iconUrl: /training/achievements/azure-monitor-module.svg
1919
levels:
2020
- intermediate
2121
roles:

learn-pr/wwl-azure/configure-monitoring-virtual-networks/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ abstract: |
1818
- Enable Traffic Analytics
1919
- Configure access to flow logs
2020
prerequisites: ''
21-
iconUrl: /training/achievements/generic-badge.svg
21+
iconUrl: /training/achievements/azure-monitor-module.svg
2222
levels:
2323
- intermediate
2424
roles:

learn-pr/wwl-azure/deploy-manage-container-app-using-azure-container-apps/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prerequisites: |
3030
- Experience using Azure Virtual Networks would be beneficial.
3131
3232
- Experience using Azure DevOps and Azure Pipelines for application deployment would be beneficial.
33-
iconUrl: /training/achievements/generic-badge.svg
33+
iconUrl: /training/achievements/azure-container-apps-module.svg
3434
levels:
3535
- intermediate
3636
roles:
@@ -52,4 +52,4 @@ units:
5252
- learn.wwl.deploy-manage-container-app-using-azure-container-apps.knowledge-check
5353
- learn.wwl.deploy-manage-container-app-using-azure-container-apps.summary
5454
badge:
55-
uid: learn.wwl.deploy-manage-container-app-using-azure-container-apps.badge
55+
uid: learn.wwl.deploy-manage-container-app-using-azure-container-apps.badge

learn-pr/wwl-azure/get-started-cloud-native-apps-containerized-deployments/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prerequisites: |
2323
- Knowledge of containers: Understanding the concept of containers, their benefits, and how they differ from traditional apps and virtual machines.
2424
- Familiarity with container orchestration: Basic understanding of container orchestration platforms like Kubernetes and their role in managing containerized applications.
2525
- Experience with Azure: Some familiarity with Microsoft Azure and its core container services, such as Azure Container Registry, Azure Kubernetes Service, and Azure Container Apps.
26-
iconUrl: /training/achievements/generic-badge.svg
26+
iconUrl: /training/achievements/azure-container-apps-module.svg
2727
levels:
2828
- intermediate
2929
roles:
@@ -41,4 +41,4 @@ units:
4141
- learn.wwl.get-started-cloud-native-apps-containerized-deployments.summary
4242
badge:
4343
uid: learn.wwl.get-started-cloud-native-apps-containerized-deployments.badge
44-
44+

0 commit comments

Comments
 (0)