Skip to content

Commit 844a51f

Browse files
committed
Fixing task 17704212
1 parent 6871a40 commit 844a51f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/automation/automation-solution-vm-management-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Perform the following steps to add the **Start/Stop VMs during off-hours** solut
4141
7. On the Add Solution page, select **Workspace**. Select a Log Analytics workspace that's linked to the same Azure subscription that the Automation account is in. If you don't have a workspace, select **Create New Workspace**. On the Log Analytics workspace page, perform the following steps:
4242

4343
- Specify a name for the new Log Analytics workspace, such as **ContosoLAWorkspace**.
44-
- Select a **Subscription** to link to by selecting from the drop-down list, if the default selected is not appropriate.
44+
- Select a **Subscription** to link to by selecting from the dropdown list, if the default selected is not appropriate.
4545
- For **Resource Group**, you can create a new resource group or select an existing one.
4646
- Select a **Location**.
4747
- Select a **Pricing tier**. Choose the **Per GB (Standalone)** option. Azure Monitor logs have updated [pricing](https://azure.microsoft.com/pricing/details/log-analytics/) and the Per GB tier is the only option.
@@ -85,7 +85,7 @@ Perform the following steps to add the **Start/Stop VMs during off-hours** solut
8585
After all settings are validated, the solution is deployed to your subscription. This process can take several seconds to finish, and you can track its progress under **Notifications** from the menu.
8686

8787
> [!NOTE]
88-
> If you have an Azure Cloud Solution Provider (Azure CSP) subscription, after deployment is complete, in your Automation account, go to **Variables** under **Shared Resources** and set the [**External_EnableClassicVMs**](automation-solution-vm-management.md#variables) variable to **False**. This stops the solution from looking for Classic VM resources.
88+
> If you have an Azure Cloud Solution Provider (Azure CSP) subscription, after deployment is complete, in your Automation account, go to **Variables** under **Shared Resources** and set the [External_EnableClassicVMs](automation-solution-vm-management.md#variables) variable to **False**. This stops the solution from looking for Classic VM resources.
8989
9090
## Next steps
9191

articles/automation/shared-resources/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This import process can also be done through the [PowerShell Gallery](https://ww
139139

140140
### Test your runbooks
141141

142-
Once you've imported the Az modules into the Automation account, you can start editing your runbooks to use the new modules. The majority of the cmdlets have the same names as for the AzureRM modules, except that the AzureRM (or AzureRm) prefix has been changed to Az. For a list of modules that don't follow this naming convention, see [list of exceptions](/powershell/azure/migrate-from-azurerm-to-az#update-cmdlets-modules-and-parameters).
142+
Once you've imported the Az modules into the Automation account, you can start editing your runbooks to use the new modules. The majority of the cmdlets have the same names as for the AzureRM modules, except that the AzureRm prefix has been changed to Az. For a list of modules that don't follow this naming convention, see [list of exceptions](/powershell/azure/migrate-from-azurerm-to-az#update-cmdlets-modules-and-parameters).
143143

144144
One way to test the modification of a runbook to use the new cmdlets is by using `Enable-AzureRmAlias -Scope Process` at the beginning of the runbook. By adding this command to your runbook, the script can run without changes.
145145

0 commit comments

Comments
 (0)