Skip to content

Commit 8fec330

Browse files
committed
fixed warnings
1 parent 9a9dae4 commit 8fec330

File tree

9 files changed

+10
-16
lines changed

9 files changed

+10
-16
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,15 +2291,10 @@
22912291
"redirect_document_id": false
22922292
},
22932293
{
2294-
"source_path_from_root": "articles/automation/automation-solution-vm-management.md",
2294+
"source_path_from_root": "/articles/automation/automation-solution-vm-management.md",
22952295
"redirect_url":"/azure/azure-functions/start-stop-vms/overview",
22962296
"redirect_document_id": false
22972297
},
2298-
{
2299-
"source_path_from_root": "/articles/automation/how-to/region-mappings.md",
2300-
"redirect_url": "/azure/azure-functions/start-stop-vms/overview",
2301-
"redirect_document_id": false
2302-
},
23032298
{
23042299
"source_path_from_root": "/articles/automation/automation-solution-vm-management-config.md",
23052300
"redirect_url": "/azure/azure-functions/start-stop-vms/deploy",

articles/automation/change-tracking/region-mappings-monitoring-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The following table shows the supported mappings:
4242

4343
* Learn about Update Management in [Update Management overview](../update-management/overview.md).
4444
* Learn about Change Tracking and Inventory in [Change Tracking and Inventory overview](../change-tracking/overview.md).
45-
* Learn about Start/Stop VMs during off-hours in [Start/Stop VMs during off-hours overview](../automation-solution-vm-management.md).
45+

articles/automation/delete-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To unlink from your Automation account, perform the following steps.
7777

7878
3. On the **Unlink workspace** page, select **Unlink workspace**, and respond to prompts.
7979

80-
![Unlink workspace page](media/automation-solution-vm-management-remove/automation-unlink-workspace-blade.png)
80+
![Unlink workspace page](media/delete-account/automation-unlink-workspace-blade.png)
8181

8282
While it attempts to unlink the Log Analytics workspace, you can track the progress under **Notifications** from the menu.
8383

@@ -141,7 +141,7 @@ To unlink from your Automation account, perform the following steps.
141141

142142
3. On the **Unlink workspace** page, select **Unlink workspace**, and respond to prompts.
143143

144-
![Unlink workspace page](media/automation-solution-vm-management-remove/automation-unlink-workspace-blade.png)
144+
![Unlink workspace page](media/delete-account/automation-unlink-workspace-blade.png)
145145

146146
While it attempts to unlink the Log Analytics workspace, you can track the progress under **Notifications** from the menu.
147147

articles/automation/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ landingContent:
2929
url: ./learn/powershell-runbook-managed-identity.md
3030
- linkListType: deploy
3131
links:
32-
- text: Start/Stop VMs during off-hours
33-
url: automation-solution-vm-management.md
3432
- text: Change tracking and inventory using Azure Monitoring Agent
3533
url: change-tracking/overview-monitoring-agent.md
3634

205 KB
Loading

articles/automation/shared-resources/modules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The default modules are also known as global modules. In the Azure portal, the *
5353
![Screenshot of global module property in Azure Portal](../media/modules/automation-global-modules.png)
5454

5555
> [!NOTE]
56-
> We don't recommend altering modules and runbooks in Automation accounts used for deployment of the [Start/Stop VMs during off-hours](../automation-solution-vm-management.md) feature.
56+
> We don't recommend altering modules and runbooks in Automation accounts used for deployment of the [Start/Stop VMs during off-hours](./azure-functions/start-stop-vms/overview.md) feature.
57+
5758

5859
|Module name|Version|
5960
|---|---|

articles/automation/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Azure Automation region mapping updated to support Update Management feature in
215215

216216
**Type:** New feature
217217

218-
Start/Stop VM runbooks have been updated to use Az modules in place of Azure Resource Manager modules. See [Start/Stop VMs during off-hours](automation-solution-vm-management.md) overview for updates to the documentation to reflect these changes.
218+
Start/Stop VM runbooks have been updated to use Az modules in place of Azure Resource Manager modules.
219219

220220
## August 2020
221221

articles/azure-functions/start-stop-vms/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 09/23/2022
1212

1313
The Start/Stop VMs v2 feature starts or stops Azure Virtual Machines instances across multiple subscriptions. It starts or stops virtual machines on user-defined schedules, provides insights through [Azure Application Insights](../../azure-monitor/app/app-insights-overview.md), and send optional notifications by using [action groups](../../azure-monitor/alerts/action-groups.md). For most scenarios, Start/Stop VMs can manage virtual machines deployed and managed both by Azure Resource Manager and by Azure Service Manager (classic), which is [deprecated](../../virtual-machines/classic-vm-deprecation.md).
1414

15-
This new version of Start/Stop VMs v2 provides a decentralized low-cost automation option for customers who want to optimize their VM costs. It offers all of the same functionality as the [original version](../../automation/automation-solution-vm-management.md) available with Azure Automation, but it's designed to take advantage of newer technology in Azure. The Start/Stop VMs v2 relies on mutiple Azure services and it will be charged based on the service that are deployed and consumed.
15+
This new version of Start/Stop VMs v2 provides a decentralized low-cost automation option for customers who want to optimize their VM costs. It offers all of the same functionality as the original version that was available with Azure Automation, but it's designed to take advantage of newer technology in Azure. The Start/Stop VMs v2 relies on multiple Azure services and it will be charged based on the service that are deployed and consumed.
1616

1717
## Important Start/Stop VMs v2 Updates
1818

@@ -25,7 +25,7 @@ This new version of Start/Stop VMs v2 provides a decentralized low-cost automati
2525
2626
## Overview
2727

28-
Start/Stop VMs v2 is redesigned and it doesn't depend on Azure Automation or Azure Monitor Logs, as required by the [previous version](../../automation/automation-solution-vm-management.md). This version relies on [Azure Functions](../../azure-functions/functions-overview.md) to handle the VM start and stop execution.
28+
Start/Stop VMs v2 is redesigned and it doesn't depend on Azure Automation or Azure Monitor Logs, as required by the previous version. This version relies on [Azure Functions](../../azure-functions/functions-overview.md) to handle the VM start and stop execution.
2929

3030
A managed identity is created in Microsoft Entra ID for this Azure Functions application and allows Start/Stop VMs v2 to easily access other Microsoft Entra protected resources, such as the logic apps and Azure VMs. For more about managed identities in Microsoft Entra ID, see [Managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md).
3131

articles/cost-management-billing/finops/capabilities-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When you first start working with a service, consider the following points:
4848
At this point, you have setup autoscaling and autostop behaviors. As you move beyond the basics, consider the following points:
4949

5050
- Automate the process of automatically scaling or stopping resources that don't support it or have more complex requirements.
51-
- Consider using automation services, like [Azure Automation](../../automation/automation-solution-vm-management.md) or [Azure Functions](../../azure-functions/start-stop-vms/overview.md).
51+
- Consider using [Azure Functions](../../azure-functions/start-stop-vms/overview.md).
5252
- [Assign an "Env" or Environment tag](../../azure-resource-manager/management/tag-resources.md) to identify which resources are for development, testing, staging, production, etc.
5353
- Prefer assigning tags at a subscription or resource group level. Then enable the [tag inheritance policy for Azure Policy](../../governance/policy/samples/built-in-policies.md#tags) and [Cost Management tag inheritance](../costs/enable-tag-inheritance.md) to cover resources that don't emit tags with usage data.
5454
- Consider setting up automated scripts to stop resources with specific up-time profiles (for example, stop developer VMs during off-peak hours if they haven't been used in 2 hours).

0 commit comments

Comments
 (0)