Skip to content

Commit ba41dfd

Browse files
committed
Fixing build errors
1 parent 295ef5d commit ba41dfd

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

articles/automation/learn/automation-tutorial-runbook-textual-python-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ When you add these packages, select a runtime version that matches your runbook.
133133
To use managed identity, ensure that it is enabled:
134134

135135
* To verify if the Managed identity is enabled for the Automation account go to your **Automation account** > **Account Settings** > **Identity** and set the **Status** to **On**.
136-
* The managed identity has a role assigned to manage the resource. In this example of managing a virtual machine resource, add the "Virtual Machine Contributor" role on the resource group of that contains the Virtual Machine. For more information, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portall)
136+
* The managed identity has a role assigned to manage the resource. In this example of managing a virtual machine resource, add the "Virtual Machine Contributor" role on the resource group of that contains the Virtual Machine. For more information, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)
137137

138138
With the manage identity role configured, you can start adding code.
139139

articles/azure-resource-manager/managed-applications/create-storage-customer-managed-key.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Create Azure Managed Application that deploys storage account encrypted with customer-managed key
33
description: This article describes how to create an Azure Managed Application that deploys a storage account encrypted with a customer-managed key.
4-
ms.author: jojok
5-
author: jojokoshy
64
ms.reviewer: evanhi
75
ms.topic: how-to
86
ms.date: 06/24/2024

articles/azure-resource-manager/managed-applications/publish-service-catalog-bring-your-own-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $pkgstorageaccount = New-AzStorageAccount @pkgstorageparms
219219

220220
The `$pkgstorageparms` variable uses PowerShell [splatting](/powershell/module/microsoft.powershell.core/about/about_splatting) to improve readability for the parameter values used in the command to create the new storage account. Splatting is used in other PowerShell commands that use multiple parameter values.
221221

222-
After you create the storage account, add the role assignment _Storage Blob Data Contributor_ to the storage account scope. Assign access to your Microsoft Entra user account. Depending on your access level in Azure, you might need other permissions assigned by your administrator. For more information, see [Assign an Azure role for access to blob data](../../storage/blobs/assign-azure-role-data-access.md) and [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portalml).
222+
After you create the storage account, add the role assignment _Storage Blob Data Contributor_ to the storage account scope. Assign access to your Microsoft Entra user account. Depending on your access level in Azure, you might need other permissions assigned by your administrator. For more information, see [Assign an Azure role for access to blob data](../../storage/blobs/assign-azure-role-data-access.md) and [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
223223

224224
After you add the role to the storage account, it takes a few minutes to become active in Azure. You can then create the context needed to create the container and upload the file.
225225

0 commit comments

Comments
 (0)