Skip to content

Commit 678cd0e

Browse files
Merge pull request #307326 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-24 05:00 UTC
2 parents fb10720 + b82dad4 commit 678cd0e

142 files changed

Lines changed: 1817 additions & 1878 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7939,5 +7939,7 @@
79397939
"redirect_url": "/azure/iot-hub-device-update/",
79407940
"redirect_document_id": false
79417941
}
7942+
7943+
79427944
]
79437945
}

articles/automation/automation-role-based-access-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A Log Analytics Contributor can read all monitoring data and edit monitoring set
180180
|Microsoft.Resources/subscriptions/resourcegroups/deployments/*|Create and manage resource group deployments.|
181181
|Microsoft.Storage/storageAccounts/listKeys/action|List storage account keys.|
182182
|Microsoft.Support/*|Create and manage support tickets.|
183-
|Microsoft.HybridCompute/machines/extensions/write| Installs or Updates an Azure Arc extensions.|
183+
|Microsoft.HybridCompute/machines/extensions/write| Installs or Updates Azure Arc extensions.|
184184

185185
### Log Analytics Reader
186186

@@ -322,7 +322,7 @@ The following section shows you how to configure Azure RBAC on your Automation a
322322
323323
#### Remove role assignments from a user
324324

325-
You can remove the access permission for a user who isn't managing the Automation account, or who no longer works for the organization. The following steps show how to remove the role assignments from a user. For detailed steps, see [Remove Azure role assignments](../../articles/role-based-access-control/role-assignments-remove.yml):
325+
You can remove the access permission for a user who isn't managing the Automation account, or who no longer works for the organization. The following steps show how to remove the role assignments from a user. For detailed steps, see [Remove Azure role assignments](/azure/role-based-access-control/role-assignments-remove):
326326

327327
1. Open **Access control (IAM)** at a scope, such as management group, subscription, resource group, or resource, where you want to remove access.
328328

3.11 MB
Loading

articles/data-share/concepts-roles-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To create a role assignment for the data share resource's managed identity manua
229229

230230
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
231231

232-
To learn more about role assignments, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml). If you're sharing data using REST APIs, you can create role assignment using API by referencing [Assign Azure roles using the REST API](../role-based-access-control/role-assignments-rest.md).
232+
To learn more about role assignments, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal). If you're sharing data using REST APIs, you can create role assignment using API by referencing [Assign Azure roles using the REST API](../role-based-access-control/role-assignments-rest.md).
233233
234234
For SQL snapshot-based sharing, a SQL user needs to be created from an external provider in SQL Database with the same name as the Azure Data Share resource while connecting to SQL database using Microsoft Entra authentication. This user needs to be granted *db_datareader* permission. A sample script along with other prerequisites for SQL-based sharing can be found in the [Share from Azure SQL Database or Azure Synapse Analytics](how-to-share-from-sql.md) tutorial.
235235
@@ -257,7 +257,7 @@ Alternatively, user can have owner of the storage account add the data share res
257257
258258
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
259259
260-
To learn more about role assignments, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml). If you're receiving data using REST APIs, you can create role assignment using API by referencing [Assign Azure roles using the REST API](../role-based-access-control/role-assignments-rest.md).
260+
To learn more about role assignments, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal). If you're receiving data using REST APIs, you can create role assignment using API by referencing [Assign Azure roles using the REST API](../role-based-access-control/role-assignments-rest.md).
261261

262262
For SQL-based target, a SQL user needs to be created from an external provider in SQL Database with the same name as the Azure Data Share resource while connecting to SQL database using Microsoft Entra authentication. This user needs to be granted *db_datareader, db_datawriter, db_ddladmin* permission. A sample script along with other prerequisites for SQL-based sharing can be found in the [Share from Azure SQL Database or Azure Synapse Analytics](how-to-share-from-sql.md) tutorial.
263263

articles/defender-for-iot/organizations/integrations/send-cloud-data-to-partners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ procedureSection:
7575
7676
Select to use the **Azure Event Hubs Data Receiver** role, and add the Microsoft Entra service principle app that you'd created [earlier](#register-an-application-in-azure-active-directory) as a member.
7777
78-
For more information, see: [Assign Azure roles using the Azure portal](../../../role-based-access-control/role-assignments-portal.yml).
78+
For more information, see: [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
7979
- |
8080
In your event hub namespace's **Overview** page, make a note of the namespace's **Host name** value.
8181
- |

articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ To assign the AcrPull role to the Project Environment Type:
487487
1. In the Azure portal, go to the ACR that you want to configure.
488488
1. On the left menu, select **Access Control (IAM)**.
489489
1. Select **Add** > **Add role assignment**.
490-
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
490+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
491491
492492
| Setting | Value |
493493
| --- | --- |

articles/deployment-environments/how-to-manage-deployment-environments-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ If you created test role assignments that you no longer need:
136136

137137
## Related content
138138

139-
- [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml)
139+
- [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal)

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Before developers can create environments based on the environment types in a pr
194194

195195
1. Select **Add** > **Add role assignment**.
196196

197-
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
197+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
198198

199199
| Setting | Value |
200200
| --- | --- |

articles/dev-box/how-to-configure-azure-compute-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Use the following steps to manually assign the role.
133133

134134
1. Select **Add** > **Add role assignment**.
135135

136-
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
136+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
137137

138138
| Setting | Value |
139139
| --- | --- |

articles/dev-box/how-to-manage-dev-box-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Before users can create dev boxes based on the dev box pools in a project, you m
119119

120120
:::image type="content" source="./media/how-to-manage-dev-box-projects/project-permissions.png" alt-text="Screenshot that shows the page for project access control with the Add role assignment option highlighted.":::
121121

122-
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
122+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
123123

124124
| Setting | Value |
125125
|---|---|

0 commit comments

Comments
 (0)