Skip to content

Commit 928ec6c

Browse files
Merge pull request #49335 from JulianePadrao/update-manage-azure-paas-resources-using-automated-methods
Updates to manage-azure-paas-resources-using-automated-methods
2 parents d6d38d3 + 057e8e8 commit 928ec6c

19 files changed

+150
-168
lines changed

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/2-explore-elastic-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Explore Elastic jobs
88
description: "Explore Elastic jobs"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
ms.custom:

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/3-understand-azure-automation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Understand Azure Automation
88
description: "Understand Azure Automation"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/4-build-automation-runbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Build an automation runbook
88
description: "Build an automation runbook"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/5-automate-database-workflows-by-using-logic-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Automate database workflows by using Logic Apps
88
description: "Automate database workflows by using Logic Apps"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/6-monitor-automated-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Monitor automated tasks
88
description: "Monitor automated tasks"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
ms.custom:

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/7-exercise-deploy-automation-runbook-rebuild-indexes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: 'Exercise: Deploy an automation runbook to automatically rebuild indexes'
88
description: "Exercise: Deploy an automation runbook to automatically rebuild indexes"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/8-knowledge-check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: "Knowledge check"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false
@@ -22,32 +22,32 @@ quiz:
2222
choices:
2323
- content: "Runbook"
2424
isCorrect: true
25-
explanation: "That's correct. Runbooks are the unit of execution in Azure Automation."
25+
explanation: "Correct. Runbooks are the unit of execution in Azure Automation."
2626
- content: "Schedule"
2727
isCorrect: false
28-
explanation: "That's incorrect. Schedules simply specific when a runbook is executed."
28+
explanation: "Incorrect. Schedules specify when a runbook is executed."
2929
- content: "Container"
3030
isCorrect: false
31-
explanation: "That's incorrect. Containers aren't used in this context."
31+
explanation: "Incorrect. Containers aren't used in this context."
3232
- content: "What scope can Azure Policy be deployed to?"
3333
choices:
3434
- content: "Tenant"
3535
isCorrect: false
36-
explanation: "That's incorrect. In order to deploy policy to a tenant, management groups must be used."
36+
explanation: "Incorrect. In order to deploy policy to a tenant, management groups must be used."
3737
- content: "Subscription"
3838
isCorrect: true
39-
explanation: "That's correct. A policy provides a level of governance over your Azure subscriptions which enforce rules and controls over your Azure resources."
39+
explanation: "Correct. A policy provides a level of governance over your Azure subscriptions which enforce rules and controls over your Azure resources."
4040
- content: "User"
4141
isCorrect: false
42-
explanation: "That's incorrect. Policies can only be assigned to resources and users aren't resources."
42+
explanation: "Incorrect. Policies can only be assigned to resources and users aren't resources."
4343
- content: "What is the name for the scope that you must define for a SQL Elastic Job?"
4444
choices:
4545
- content: "Target Group"
4646
isCorrect: true
47-
explanation: "That's correct. In elastic jobs you must define a target group, which can consist of a SQL Database server, an elastic pool, or one or more single databases."
47+
explanation: "Correct. In elastic jobs you must define a target group, which can consist of a logical server for Azure SQL Database, an elastic pool, or one or more single databases."
4848
- content: "Management Group"
4949
isCorrect: false
50-
explanation: "That's incorrect. A management group is an Azure concept, not a SQL concept."
50+
explanation: "Incorrect. A management group is an Azure concept, not a SQL concept."
5151
- content: "Resource Group"
5252
isCorrect: false
53-
explanation: "That's incorrect. A resource group is an Azure concept, not a SQL concept."
53+
explanation: "Incorrect. A resource group is an Azure concept, not a SQL concept."

learn-pr/wwl-data-ai/manage-azure-paas-resources-using-automated-methods/9-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: "Summary"
9-
ms.date: 06/10/2022
10-
author: wwlpublish
9+
ms.date: 02/27/2025
10+
author: JulianePadrao
1111
ms.author: jupadrao
1212
ms.topic: unit
1313
azureSandbox: false
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
You've learned about some of the capabilities of the SQL Server Agent. SQL Server Agent is also available on Azure SQL Managed Instance. However, if you're using Azure SQL Database, you'll need an alternative scheduling mechanism, as both the msdb database and the SQL Server agent are unavailable.
1+
If you're proficient in SQL Server, you're likely familiar with the capabilities of the [SQL Server Agent](/ssms/agent/sql-server-agent?azure-portal=true). SQL Server Agent is also available on Azure SQL Managed Instance. However, if you're using Azure SQL Database, you'll need an alternative scheduling mechanism, as both the `msdb` database and the SQL Server Agent are unavailable.
22

3-
In this module you'll learn about Azure Automation, Logic Apps, and elastic jobs, three approaches for automating jobs in PaaS. You'll also learn about Azure policy and how it can be used to manage your subscription and costs.
3+
In this module you'll learn about Azure Automation, Logic Apps, and elastic jobs, three approaches for automating jobs in PaaS.
44

5-
## Learning objectives
6-
7-
At the end of this module, you'll understand:
8-
9-
- The benefits of Azure policy
10-
- The capabilities of Azure Automation
11-
- How to use elastic jobs
12-
- How to use Logic Apps
5+
You'll evaluate different strategies for monitoring your automation tasks. This includes setting up alerts and notifications to stay informed about job statuses and system errors, using performance metrics to track the effectiveness of your automation, and employing tools to troubleshoot and optimize your automated processes

0 commit comments

Comments
 (0)