Skip to content

Commit 34aec5d

Browse files
committed
resolve conflicts
2 parents bebb3a1 + abf49a5 commit 34aec5d

874 files changed

Lines changed: 6668 additions & 3969 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: 106 additions & 1198 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/secure-rest-api.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kengaderdus
66
manager: CelesteDG
77
ms.service: azure-active-directory
88
ms.topic: how-to
9-
ms.date: 01/11/2024
9+
ms.date: 10/14/2024
1010
ms.author: kengaderdus
1111
ms.subservice: b2c
1212
zone_pivot_groups: b2c-policy-type
@@ -276,7 +276,10 @@ A claim provides temporary storage of data during an Azure AD B2C policy executi
276276

277277
### Acquiring an access token
278278

279-
You can obtain an access token in one of several ways, for the [from a federated identity provider](idp-pass-through-user-flow.md), by calling a REST API that returns an access token, by using an [ROPC flow](../active-directory/develop/v2-oauth-ropc.md), or by using the [client credentials flow](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md). The client credentials flow is commonly used for server-to-server interactions that must run in the background, without immediate interaction with a user.
279+
You can obtain an access token in one of several ways, for the [from a federated identity provider](idp-pass-through-user-flow.md), by calling a REST API that returns an access token, by using an [ROPC flow](/entra/identity-platform/v2-oauth-ropc), or by using the [client credentials flow](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md). The client credentials flow is commonly used for server-to-server interactions that must run in the background, without immediate interaction with a user.
280+
281+
> [!WARNING]
282+
> Microsoft recommends you do *not* use the ROPC flow. This flow requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows aren't viable.
280283
281284
<a name='acquiring-an-azure-ad-access-token-'></a>
282285

@@ -577,12 +580,12 @@ The following XML snippet is an example of a RESTful technical profile configure
577580
```
578581
::: zone-end
579582

580-
## Next steps
583+
## Related content
581584

582585
::: zone pivot="b2c-user-flow"
583586
- Get started with our [samples](api-connector-samples.md#api-connector-rest-api-samples).
584587
::: zone-end
585588

586589
::: zone pivot="b2c-custom-policy"
587590
- Learn more about the [Restful technical profile](restful-technical-profile.md) element in the custom policy reference.
588-
::: zone-end
591+
::: zone-end

articles/application-gateway/.openpublishing.redirection.application-gateway.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"redirect_url": "/azure/application-gateway/tutorial-protect-application-gateway-ddos",
8181
"redirect_document_id": false
8282
},
83-
8483
{
8584
"source_path_from_root": "/articles/application-gateway/rewrite-http-headers.md",
8685
"redirect_url": "/azure/application-gateway/rewrite-http-headers-url",
@@ -305,6 +304,46 @@
305304
"source_path_from_root": "/articles/application-gateway/application-gateway-web-app-overview.md",
306305
"redirect_url": "/azure/application-gateway/configure-web-app",
307306
"redirect_document_id": false
308-
}
307+
},
308+
{
309+
"source_path_from_root": "/articles/application-gateway/powershell-samples.md",
310+
"redirect_url": "/previous-versions/azure/application-gateway/powershell-samples",
311+
"redirect_document_id": false
312+
},
313+
{
314+
"source_path_from_root": "/articles/application-gateway/cli-samples.md",
315+
"redirect_url": "/previous-versions/azure/application-gateway/cli-samples",
316+
"redirect_document_id": false
317+
},
318+
{
319+
"source_path_from_root": "/articles/application-gateway/resource-manager-template-samples.md",
320+
"redirect_url": "/previous-versions/azure/application-gateway/resource-manager-template-samples",
321+
"redirect_document_id": false
322+
},
323+
{
324+
"source_path_from_root": "/articles/application-gateway/scripts/create-vmss-cli.md",
325+
"redirect_url": "/previous-versions/azure/application-gateway/scripts/create-vmss-cli",
326+
"redirect_document_id": false
327+
},
328+
{
329+
"source_path_from_root": "/articles/application-gateway/scripts/create-vmss-powershell.md",
330+
"redirect_url": "/previous-versions/azure/application-gateway/scripts/create-vmss-powershell",
331+
"redirect_document_id": false
332+
},
333+
{
334+
"source_path_from_root": "/articles/application-gateway/scripts/create-vmss-waf-cli.md",
335+
"redirect_url": "/previous-versions/azure/application-gateway/scripts/create-vmss-waf-cli",
336+
"redirect_document_id": false
337+
},
338+
{
339+
"source_path_from_root": "/articles/application-gateway/scripts/create-vmss-waf-powershell.md",
340+
"redirect_url": "/previous-versions/azure/application-gateway/scripts/create-vmss-waf-powershell",
341+
"redirect_document_id": false
342+
},
343+
{
344+
"source_path_from_root": "/articles/application-gateway/scripts/waf-custom-rules-powershell.md",
345+
"redirect_url": "/previous-versions/azure/application-gateway/scripts/waf-custom-rules-powershell",
346+
"redirect_document_id": false
347+
},
309348
]
310-
}
349+
}

articles/azure-boost/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure Boost
33
description: Learn more about how Azure Boost can Learn more about how Azure Boost can improve security and performance of your virtual machines.
44
author: mattmcinnes
55
ms.service: azure-virtual-machines
6-
ms.topic: conceptual
6+
ms.topic: overview
77
ms.custom:
88
- ignite-2023
99
ms.date: 11/07/2023

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ After a rewrite, two sets of AOF files exist in storage. Rewrites occur in the b
355355

356356
### Will having firewall exceptions on the storage account affect persistence?
357357

358-
Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
358+
Yes. Using [firewall settings on the storage account](../storage/common/storage-network-security.md) can prevent the persistence feature from working. You can see if there are errors in persisting data by viewing the [Errors metric](monitor-cache-reference.md#azure-cache-for-redis-metrics). This metric will indicate if the cache is unable to persist data due to firewall restrictions on the storage account or other problems.
359+
360+
In order to use data persistence with a storage account that has a firewall set up, use [managed identity based authentication](cache-managed-identity.md) to connect to storage. Using managed identity adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to carry out. If you aren't using managed identity and instead authorizing to a storage account using a key, then having firewall exceptions on the storage account tends to break the persistence process. This only applies to persistence in the Premium tier.
359361

360362
### Can I have AOF persistence enabled if I have more than one replica?
361363

articles/azure-edge-hardware-center/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ summary: Use Azure Edge Hardware Center service to order from a variety of Azure
66
metadata:
77
title: Azure Edge Hardware Center documentation
88
description: Azure Edge Hardware Center Documentation.
9-
ms.service: databox
10-
ms.subservice: edge
9+
ms.service: azure-stack-edge
1110
ms.topic: landing-page
1211
author: alkohli
1312
ms.author: alkohli
-14 KB
Loading
-7.15 KB
Loading
40.9 KB
Loading
17 KB
Loading

0 commit comments

Comments
 (0)