Skip to content

Commit 5559286

Browse files
Merge pull request #51193 from ShawnKupfer/WB1855
User Story 446137: Q&M: Retire Dynamically meet changing web app trai…
2 parents 099c310 + 9ec901f commit 5559286

35 files changed

+64
-650
lines changed

.openpublishing.redirection.json

Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51225,17 +51225,62 @@
5122551225
{
5122651226
"source_path": "learn-pr/aspnetcore/secure-aspnet-core-identity/index.yml",
5122751227
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
51228-
"redirect_document_id": false
51229-
},
51230-
{
51231-
"source_path": "learn-pr/paths/bring-ai-to-business-users-your-organization/index.md",
51232-
"redirect_url": "/training/paths/transform-your-business-with-microsoft-ai/",
51233-
"redirect_document_id": false
51234-
},
51235-
{
51236-
"source_path": "learn-pr/paths/introduction-ai-for-business-users/index.md",
51237-
"redirect_url": "/training/paths/transform-your-business-with-microsoft-ai/",
51238-
"redirect_document_id": false
51239-
}
51240-
]
51228+
"redirect_document_id": false
51229+
},
51230+
{
51231+
"source_path": "learn-pr/azure/app-service-autoscale-rules/1-introduction.yml",
51232+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51233+
"redirect_document_id": false
51234+
},
51235+
{
51236+
"source_path": "learn-pr/azure/app-service-autoscale-rules/2-identify-scenarios.yml",
51237+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51238+
"redirect_document_id": false
51239+
},
51240+
{
51241+
"source_path": "learn-pr/azure/app-service-autoscale-rules/3-knowledge-check-identify-scenarios.yml",
51242+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51243+
"redirect_document_id": false
51244+
},
51245+
{
51246+
"source_path": "learn-pr/azure/app-service-autoscale-rules/4-identify-factors.yml",
51247+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51248+
"redirect_document_id": false
51249+
},
51250+
{
51251+
"source_path": "learn-pr/azure/app-service-autoscale-rules/5-knowledge-check-identify-factors.yml",
51252+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51253+
"redirect_document_id": false
51254+
},
51255+
{
51256+
"source_path": "learn-pr/azure/app-service-autoscale-rules/6-autoscale-a-web-app.yml",
51257+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51258+
"redirect_document_id": false
51259+
},
51260+
{
51261+
"source_path": "learn-pr/azure/app-service-autoscale-rules/7-exercise-autoscale-a-web-app.yml",
51262+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51263+
"redirect_document_id": false
51264+
},
51265+
{
51266+
"source_path": "learn-pr/azure/app-service-autoscale-rules/8-summary.yml",
51267+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51268+
"redirect_document_id": false
51269+
},
51270+
{
51271+
"source_path": "learn-pr/azure/app-service-autoscale-rules/index.yml",
51272+
"redirect_url": "https://learn.microsoft.com/azure/app-service/manage-automatic-scaling",
51273+
"redirect_document_id": false
51274+
},
51275+
{
51276+
"source_path": "learn-pr/paths/bring-ai-to-business-users-your-organization/index.md",
51277+
"redirect_url": "/training/paths/transform-your-business-with-microsoft-ai/",
51278+
"redirect_document_id": false
51279+
},
51280+
{
51281+
"source_path": "learn-pr/paths/introduction-ai-for-business-users/index.md",
51282+
"redirect_url": "/training/paths/transform-your-business-with-microsoft-ai/",
51283+
"redirect_document_id": false
51284+
}
51285+
]
5124151286
}

learn-pr/achievements.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6085,6 +6085,11 @@ achievements:
60856085
title: 'Microsoft Azure AI Fundamentals: Generative AI'
60866086
summary: "Generative AI is a form of artificial intelligence in which models are trained to generate new original content based on natural language input. In other words, you can describe a desired output in normal everyday language, and the model can respond by creating appropriate text, image, code, and more. \n\nTake this learning path to get started with generative AI. In it, you'll learn how to:\n- Understand core concepts of generative AI\n- Prepare for an AI development project\n- Describe considerations and practices for responsible generative AI\n- Build an AI agent using Azure AI Foundry"
60876087
iconUrl: /learn/achievements/generic-badge.svg
6088+
- uid: learn.app-service-autoscale-rules.badge
6089+
type: trophy
6090+
title: Dynamically meet changing web app performance requirements with autoscale rules
6091+
summary: Respond to periods of high activity by incrementally adding resources, and then removing these resources when activity drops, to reduce costs.
6092+
iconUrl: /training/achievements/app-service-autoscale-rules.svg
60886093
- uid: learn.wwl.bring-ai-to-business-users-your-organization.trophy
60896094
type: trophy
60906095
title: Bring AI to business users in your organization
@@ -6094,4 +6099,4 @@ achievements:
60946099
type: trophy
60956100
title: Introduction to AI for business users
60966101
summary: To truly empower an organization with AI, business leaders need to put AI in the hands of everyone, not just developers and data scientists.
6097-
iconUrl: /training/achievements/introduction-ai-for-business-users.svg
6102+
iconUrl: /training/achievements/introduction-ai-for-business-users.svg

learn-pr/azure/app-service-autoscale-rules/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/2-identify-scenarios.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/3-knowledge-check-identify-scenarios.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/4-identify-factors.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/5-knowledge-check-identify-factors.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/6-autoscale-a-web-app.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/7-exercise-autoscale-a-web-app.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/app-service-autoscale-rules/8-summary.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)