Skip to content

Commit b6a3934

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-fresh
2 parents 7f86bb7 + 7d16d85 commit b6a3934

File tree

106 files changed

+981
-2334
lines changed

Some content is hidden

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

106 files changed

+981
-2334
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22251,6 +22251,11 @@
2225122251
"redirect_url": "/azure/sql-data-warehouse/create-data-warehouse-portal",
2225222252
"redirect_document_id": false
2225322253
},
22254+
{
22255+
"source_path_from_root": "/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets.md",
22256+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
22257+
"redirect_document_id": false
22258+
},
2225422259
{
2225522260
"source_path_from_root": "/articles/sql-data-warehouse/sql-data-warehouse-get-started-provision-powershell.md",
2225622261
"redirect_url": "/azure/sql-data-warehouse/create-data-warehouse-powershell",

articles/active-directory/privileged-identity-management/azure-ad-pim-approval-workflow.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ title: Approve or deny requests for Azure AD roles in PIM - Azure AD | Microsoft
33
description: Learn how to approve or deny requests for Azure AD roles in Azure AD Privileged Identity Management (PIM).
44
services: active-directory
55
documentationcenter: ''
6-
author: curtand
7-
manager: karenhoran
6+
author: amsliu
7+
manager: rkarlin
88
editor: ''
9-
109
ms.service: active-directory
1110
ms.subservice: pim
1211
ms.topic: how-to
1312
ms.tgt_pltfrm: na
1413
ms.workload: identity
15-
ms.date: 06/24/2022
16-
ms.author: curtand
17-
ms.reviewer: shaunliu
14+
ms.date: 07/11/2022
15+
ms.author: amsliu
16+
ms.reviewer: japere
1817
ms.custom: pim
1918
ms.collection: M365-identity-device-management
2019
---
@@ -95,6 +94,9 @@ GET https://graph.microsoft.com/v1.0/roleManagement/directory/roleAssignmentSche
9594

9695
## Approve requests
9796

97+
>[!NOTE]
98+
>Approvers are not able to approve their own role activation requests.
99+
98100
1. Find and select the request that you want to approve. An approve or deny page appears.
99101

100102
![Screenshot that shows the "Approve requests - Azure AD roles" page.](./media/azure-ad-pim-approval-workflow/resources-approve-pane.png)

articles/azure-resource-manager/bicep/deploy-what-if.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Bicep deployment what-if
33
description: Determine what changes will happen to your resources before deploying a Bicep file.
44
author: tfitzmac
55
ms.topic: conceptual
6-
ms.date: 09/02/2021
6+
ms.date: 07/11/2022
77
ms.author: tomfitz
88
---
99
# Bicep deployment what-if operation
@@ -16,6 +16,8 @@ You can use the what-if operation with Azure PowerShell, Azure CLI, or REST API
1616

1717
If you would rather learn about the what-if operation through step-by-step guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif/) on **Microsoft Learn**.
1818

19+
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
20+
1921
## Install Azure PowerShell module
2022

2123
To use what-if in PowerShell, you must have version **4.2 or later of the Az module**.

articles/azure-resource-manager/templates/deploy-what-if.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Template deployment what-if
33
description: Determine what changes will happen to your resources before deploying an Azure Resource Manager template.
44
author: tfitzmac
55
ms.topic: conceptual
6-
ms.date: 03/09/2021
6+
ms.date: 07/11/2022
77
ms.author: tomfitz
8-
ms.custom: devx-track-azurepowershell, devx-track-azurecli
8+
ms.custom: devx-track-azurepowershell, devx-track-azurecli
99
ms.devlang: azurecli
1010
---
1111
# ARM template deployment what-if operation
@@ -18,6 +18,8 @@ You can use the what-if operation with Azure PowerShell, Azure CLI, or REST API
1818

1919
To learn more about what-if, and for hands-on guidance, see [Preview Azure deployment changes by using what-if](/learn/modules/arm-template-whatif) on **Microsoft Learn**.
2020

21+
[!INCLUDE [permissions](../../../includes/template-deploy-permissions.md)]
22+
2123
## Install Azure PowerShell module
2224

2325
To use what-if in PowerShell, you must have version **4.2 or later of the Az module**.

articles/iot-hub/iot-hub-devguide-file-upload.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ IoT Hub imposes throttling limits on the number of file uploads that it can init
4747

4848
You must associate an Azure storage account and s blob container with your IoT hub to use file upload features. All file uploads from devices registered with your IoT hub will go to this container. To configure a storage account and blob container on your IoT hub, see [Configure file uploads with Azure portal](iot-hub-configure-file-upload.md), [Configure file uploads with Azure CLI](iot-hub-configure-file-upload-cli.md), or [Configure file uploads with PowerShell](iot-hub-configure-file-upload-powershell.md). You can also use the IoT Hub management APIs to configure file uploads programmatically.
4949

50-
If you use the portal, you can create a storage account and container during configuration. Otherwise, to create a storage account, see [Create a storage account](../storage/common/storage-account-create.md) in the Azure storage documentation. Once you have a storage account, you can see how to create a blob container in the [Azure blob storage quickstarts](../storage/blobs/storage-quickstart-blobs-portal.md).
50+
If you use the portal, you can create a storage account and container during configuration. Otherwise, to create a storage account, see [Create a storage account](../storage/common/storage-account-create.md) in the Azure storage documentation. Once you have a storage account, you can see how to create a blob container in the [Azure blob storage quickstarts](../storage/blobs/storage-quickstart-blobs-portal.md). By default, Azure IoT Hub uses key-based authentication to connect and authorize with Azure Storage. You can also configure user-assigned or system-assigned managed identities to authenticate Azure IoT Hub with Azure Storage. Managed identities provide Azure services with an automatically managed identity in Azure AD in a secure manner. To learn how to configure managed identities, see [Configure file upload with managed identities](iot-hub-managed-identity.md#configure-file-upload-with-managed-identities).
51+
52+
File upload is subject to [Azure storage's firewall settings](../storage/common/storage-network-security.md). Based on your authentication configuration, you will need to ensure your devices can communicate with Azure storage.
5153

5254
There are several other settings that control the behavior of file uploads and file upload notifications. The following sections list all of the settings available. Depending on whether you use the Azure portal, Azure CLI, PowerShell, or the management APIs to configure file uploads, some of these settings may not be available. Make sure to set the **enableFileUploadNotifications** setting if you want notifications sent to your backend services when a file upload completes.
5355

articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
"redirect_url": "/azure/virtual-machine-scale-sets/quick-create-cli",
3131
"redirect_document_id": false
3232
},
33+
{
34+
"source_path_from_root": "/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-convert-template-to-md.md",
35+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
36+
"redirect_document_id": true
37+
},
38+
{
39+
"source_path_from_root": "/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-vertical-scale-reprovision.md",
40+
"redirect_url": "/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-autoscale-overview",
41+
"redirect_document_id": true
42+
},
3343
{
3444
"source_path_from_root": "/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-create-portal.md",
3545
"redirect_url": "/azure/virtual-machine-scale-sets/quick-create-portal",
@@ -184,6 +194,111 @@
184194
"source_path_from_root": "/articles/virtual-machine-scale-sets/orchestration-modes.md",
185195
"redirect_url": "/previous-versions/azure/virtual-machine-scale-sets/orchestration-modes",
186196
"redirect_document_id": false
197+
},
198+
{
199+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-cli.md",
200+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-cli.md",
201+
"redirect_document_id": false
202+
},
203+
{
204+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-migration-resources.md",
205+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-migration-resources.md",
206+
"redirect_document_id": false
207+
},
208+
{
209+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-portal.md",
210+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-portal.md",
211+
"redirect_document_id": false
212+
},
213+
{
214+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-powershell.md",
215+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-powershell.md",
216+
"redirect_document_id": false
217+
},
218+
{
219+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-rest-api.md",
220+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets-rest-api.md",
221+
"redirect_document_id": false
222+
},
223+
{
224+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-create-scale-set-from-custom-image.md",
225+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
226+
"redirect_document_id": false
227+
},
228+
{
229+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-single-availability-zone-scale-set.md",
230+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
231+
"redirect_document_id": false
232+
},
233+
{
234+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-create-scale-set-from-custom-image.md",
235+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
236+
"redirect_document_id": false
237+
},
238+
{
239+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-attach-disks.md",
240+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
241+
"redirect_document_id": false
242+
},
243+
{
244+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-enable-autoscale.md",
245+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
246+
"redirect_document_id": false
247+
},
248+
{
249+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-install-apps.md",
250+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
251+
"redirect_document_id": false
252+
},
253+
{
254+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-create-simple-scale-set.md",
255+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
256+
"redirect_document_id": false
257+
},
258+
{
259+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-create-simple-scale-set.md",
260+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
261+
"redirect_document_id": false
262+
},
263+
{
264+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-zone-redundant-scale-set.md",
265+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
266+
"redirect_document_id": false
267+
},
268+
{
269+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-install-apps.md",
270+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
271+
"redirect_document_id": false
272+
},
273+
{
274+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-attach-disks.md",
275+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
276+
"redirect_document_id": false
277+
},
278+
{
279+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-zone-redundant-scale-set.md",
280+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
281+
"redirect_document_id": false
282+
},
283+
{
284+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-single-av-zone-scale-set.md",
285+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
286+
"redirect_document_id": false
287+
},
288+
{
289+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/powershell-sample-create-complete-scale-set.md",
290+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
291+
"redirect_document_id": false
292+
},
293+
{
294+
"source_path_from_root": "/articles/virtual-machine-scale-sets/scripts/cli-sample-enable-autoscale.md",
295+
"redirect_url": "/azure/virtual-machine-scale-sets/overview",
296+
"redirect_document_id": false
297+
},
298+
{
299+
"source_path_from_root": "/articles/virtual-machines/flexible-virtual-machine-scale-sets.md",
300+
"redirect_url": "/articles/virtual-machines/flexible-virtual-machine-scale-sets.md",
301+
"redirect_document_id": false
187302
}
188303
]
189304
}

0 commit comments

Comments
 (0)