Skip to content

Commit 8dbb901

Browse files
Merge branch 'main' into dbradish-microsoft/docutune-autopr-20240324-214314-1558519
2 parents cad82b5 + a97db82 commit 8dbb901

File tree

257 files changed

+3312
-963
lines changed

Some content is hidden

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

257 files changed

+3312
-963
lines changed

articles/active-directory-b2c/identity-protection-investigate-risk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Investigate risk with Azure Active Directory B2C Identity Protection
33
description: Learn how to investigate risky users, and detections in Azure AD B2C Identity Protection
4-
ms.service: active-directory
4+
ms.service: entra-id
55
ms.subservice: conditional-access
66
ms.topic: overview
77
ms.date: 01/24/2024

articles/active-directory-b2c/partner-grit-iam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.subservice: B2C
1616

1717
# Tutorial: Configure the Grit IAM B2B2C solution with Azure Active Directory B2C
1818

19-
In this tutorial, you learn how to integrate Azure Active Directory B2C (Azure AD B2C) authentication with a [Grit IAM B2B2C](https://www.gritiam.com/b2b2c) solution. You can use the solution to provide secure, reliable, self-serviceable, and user-friendly identity and access management to your customers. Shared profile data such as first name, last name, home address, and email used in web and mobile applications are stored in a centralized manner with consideration to compliance and regulatory needs.
19+
In this tutorial, you learn how to integrate Azure Active Directory B2C (Azure AD B2C) authentication with a [Grit IAM B2B2C](https://www.gritiam.com/b2b2c.html) solution. You can use the solution to provide secure, reliable, self-serviceable, and user-friendly identity and access management to your customers. Shared profile data such as first name, last name, home address, and email used in web and mobile applications are stored in a centralized manner with consideration to compliance and regulatory needs.
2020

2121

2222
Use Grit's B2BB2C solution for:
@@ -28,7 +28,7 @@ Use Grit's B2BB2C solution for:
2828

2929
To get started, ensure the following prerequisites are met:
3030

31-
- A Grit IAM account. You can go to [Grit IAM B2B2C solution](https://www.gritiam.com/b2b2c) to get a demo.
31+
- A Grit IAM account. You can go to [Grit IAM B2B2C solution](https://www.gritiam.com/b2b2c.html) to get a demo.
3232
- A Microsoft Entra subscription. If you don't have one, you can create a [free Azure account](https://azure.microsoft.com/free/).
3333
- An Azure AD B2C tenant linked to the Azure subscription. You can learn more at [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md).
3434
- Configure your application in the Azure portal.

articles/advisor/advisor-alerts-bicep.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Create Azure Advisor alerts for new recommendations using Bicep
33
description: Learn how to set up an alert for new recommendations from Azure Advisor using Bicep.
4-
author: orspod
54
ms.topic: quickstart
6-
ms.author: orspodek
75
ms.custom: subject-armqs, mode-arm, devx-track-bicep
86
ms.date: 04/26/2022
97
---

articles/advisor/advisor-azure-resource-graph.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Advisor data in Azure Resource Graph
33
description: Make queries for Advisor data in Azure Resource Graph
4-
author: orspod
54
ms.topic: article
65
ms.date: 03/12/2020
7-
ms.author: orspodek
8-
96
---
107

118
# Query for Advisor data in Resource Graph Explorer (Azure Resource Graph)

articles/advisor/advisor-quick-fix.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Quick Fix remediation for Advisor recommendations
33
description: Perform bulk remediation using Quick Fix in Advisor
4-
author: orspod
54
ms.topic: article
65
ms.date: 03/13/2020
7-
ms.author: orspodek
8-
96
---
107

118
# Quick Fix remediation for Advisor

articles/advisor/advisor-recommendations-digest.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
32
title: Recommendation digest for Azure Advisor
43
description: Get periodic summary for your active recommendations
5-
author: orspod
64
ms.topic: article
75
ms.date: 03/16/2020
8-
ms.author: orspodek
9-
106
---
117

128
# Configure periodic summary for recommendations

articles/ai-services/cognitive-services-virtual-networks.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-services
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.topic: how-to
11-
ms.date: 02/13/2024
11+
ms.date: 03/25/2024
1212
ms.author: aahi
1313
---
1414

@@ -595,11 +595,21 @@ curl -i -X PATCH https://management.azure.com$rid?api-version=2023-10-01-preview
595595
'
596596
```
597597

598-
To revoke the exception, set `networkAcls.bypass` to `None`.
599-
600598
> [!NOTE]
601599
> The trusted service feature is only available using the command line described above, and cannot be done using the Azure portal.
602600
601+
To revoke the exception, set `networkAcls.bypass` to `None`.
602+
603+
To verify if the trusted service has been enabled from the Azure portal,
604+
605+
1. Use the **JSON View** from the Azure OpenAI resource overview page
606+
607+
:::image type="content" source="media/vnet/azure-portal-json-view.png" alt-text="A screenshot showing the JSON view option for resources in the Azure portal." lightbox="media/vnet/azure-portal-json-view.png":::
608+
609+
1. Choose your latest API version under **API versions**. Only the latest API version is supported, `2023-10-01-preview` .
610+
611+
:::image type="content" source="media/vnet/virtual-network-trusted-service.png" alt-text="A screenshot showing the trusted service is enabled." lightbox="media/vnet/virtual-network-trusted-service.png":::
612+
603613
### Pricing
604614

605615
For pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).

articles/ai-services/document-intelligence/language-support-prebuilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Azure AI Document Intelligence models provide multilingual document processing s
4040

4141
:::moniker range="doc-intel-4.0.0"
4242
> [!IMPORTANT]
43-
> Starting with Document Intelligence **v4.0 (preview)**, and going forward, the business card model (prebuilt-businessCard) is deprecated. To extract data from business cards, use the following:
43+
> Starting with Document Intelligence **v4.0 (preview)**, and going forward, the business card model (prebuilt-businessCard) is deprecated. To extract data from business cards, use earlier models.
4444
4545
| Feature | version| Model ID |
4646
|---------- |---------|--------|
145 KB
Loading
20.9 KB
Loading

0 commit comments

Comments
 (0)