Skip to content

Commit 6bd85e9

Browse files
author
David Curwin
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into wi-206789-container-qualys-retirement-feb7-2024
2 parents c91b66b + b768562 commit 6bd85e9

File tree

51 files changed

+1333
-1136
lines changed

Some content is hidden

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

51 files changed

+1333
-1136
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,7 @@
12821282
"articles/mysql/.openpublishing.redirection.mysql.json",
12831283
"articles/network-watcher/.openpublishing.redirection.network-watcher.json",
12841284
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
1285+
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
12851286
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
12861287
"articles/peering-service/.openpublishing.redirection.peering-service.json",
12871288
"articles/postgresql/.openpublishing.redirection.postgresql.json",
Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 01/11/2024
4+
ms.date: 03/01/2024
55
ms.service: active-directory
66
ms.subservice: B2C
7-
ms.topic: reference
7+
ms.topic: whats-new
88

99
ms.author: kengaderdus
1010
author: kengaderdus
@@ -19,6 +19,22 @@ manager: CelesteDG
1919

2020
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Microsoft Entra ID](../active-directory/fundamentals/whats-new.md), [Azure AD B2C developer release notes](custom-policy-developer-notes.md) and [What's new in Microsoft Entra External ID](/entra/external-id/whats-new-docs).
2121

22+
## February 2024
23+
24+
### New articles
25+
26+
- [Enable CAPTCHA in Azure Active Directory B2C](add-captcha.md)
27+
- [Define a CAPTCHA technical profile in an Azure Active Directory B2C custom policy](captcha-technical-profile.md)
28+
- [Verify CAPTCHA challenge string using CAPTCHA display control](display-control-captcha.md)
29+
30+
### Updated articles
31+
32+
- [Enable custom domains in Azure Active Directory B2C](custom-domain.md) - Updated steps to block the default B2C domain
33+
- [Manage Azure AD B2C custom policies with Microsoft Graph PowerShell](manage-custom-policies-powershell.md) - Microsoft Graph PowerShell updates
34+
- [Localization string IDs](localization-string-ids.md) - CAPTCHA updates
35+
- [Page layout versions](page-layout.md) - CAPTCHA updates
36+
- [Configure Asignio with Azure Active Directory B2C for multifactor authentication](partner-asignio.md) - CAPTCHA updates
37+
2238
## January 2024
2339

2440
### Updated articles
@@ -36,24 +52,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
3652
- [Set up sign-up and sign-in with a Google account using Azure Active Directory B2C](identity-provider-google.md) - Editorial updates
3753
- [Localization string IDs](localization-string-ids.md) - Updated the localization string IDs
3854

39-
## November 2023
40-
41-
### Updated articles
42-
43-
- [Set up a password reset flow in Azure Active Directory B2C](add-password-reset-policy.md) - Editorial updates
44-
- [Enrich tokens with claims from external sources using API connectors](add-api-connector-token-enrichment.md) - Editorial updates
45-
- [Enable custom domains for Azure Active Directory B2C](custom-domain.md) - Editorial updates
46-
- [Set up sign-in for multitenant Microsoft Entra ID using custom policies in Azure Active Directory B2C](identity-provider-azure-ad-multi-tenant.md) - Editorial updates
47-
- [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-operations.md) - Editorial updates
48-
- [Enable multifactor authentication in Azure Active Directory B2C](multi-factor-authentication.md) - Editorial updates
49-
- [What is Azure Active Directory B2C?](overview.md) - Editorial updates
50-
- [Technical and feature overview of Azure Active Directory B2C](technical-overview.md) - Editorial updates
51-
- [Tutorial: Create user flows and custom policies in Azure Active Directory B2C](tutorial-create-user-flows.md) - Editorial updates
52-
- [User flows and custom policies overview](user-flow-overview.md) - Editorial updates
53-
- [OAuth 2.0 authorization code flow in Azure Active Directory B2C](authorization-code-flow.md) - Editorial updates
54-
- [Create and read a user account by using Azure Active Directory B2C custom policy](custom-policies-series-store-user.md) - Editorial updates
55-
- [Define a Microsoft Entra multifactor authentication technical profile in an Azure AD B2C custom policy](multi-factor-auth-technical-profile.md) - Editorial updates
56-
57-
58-
59-

articles/ai-services/openai/concepts/provisioned-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ We use a variation of the leaky bucket algorithm to maintain utilization below 1
115115

116116
#### How many concurrent calls can I have on my deployment?
117117

118-
The number of concurrent calls you can have at one time is dependent on each call's shape. The service will continue to accept calls until the utilization is above 100%. To determine the approximate number of concurrent calls you can model out the maximum requests per minute for a particular call shape in the [capacity calculator](https://oai.azure.com/portal/calculator). If `max_tokens` is empty, you can assume a value of 1000
118+
The number of concurrent calls you can achieve depends on each call's shape (prompt size, max_token parameter, etc). The service will continue to accept calls until the utilization reach 100%. To determine the approximate number of concurrent calls you can model out the maximum requests per minute for a particular call shape in the [capacity calculator](https://oai.azure.com/portal/calculator). If the system generates less than the number of samplings tokens like max_token, it will accept more requests.
119119

120120
## Next steps
121121

articles/aks/use-oidc-issuer.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an OpenID Connect provider for your Azure Kubernetes Service (AKS)
33
description: Learn how to configure the OpenID Connect (OIDC) provider for a cluster in Azure Kubernetes Service (AKS)
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 11/10/2023
6+
ms.date: 03/04/2024
77
---
88

99
# Create an OpenID Connect provider on Azure Kubernetes Service (AKS)
@@ -20,6 +20,9 @@ In this article, you learn how to create, update, and manage the OIDC Issuer for
2020
> [!IMPORTANT]
2121
> After enabling OIDC issuer on the cluster, it's not supported to disable it.
2222
23+
> [!IMPORTANT]
24+
> The token needs to be refreshed periodically. If you use [SDK][sdk], the rotation is automatic, otherwise, you need to refresh the token every 24 hours manually.
25+
2326
## Prerequisites
2427

2528
* The Azure CLI version 2.42.0 or higher. Run `az --version` to find your version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
@@ -142,6 +145,7 @@ During key rotation, there's one other key present in the discovery document.
142145

143146
<!-- LINKS - internal -->
144147
[open-id-connect-overview]: ../active-directory/fundamentals/auth-oidc.md
148+
[sdk]: workload-identity-overview.md#azure-identity-client-libraries
145149
[azure-cli-install]: /cli/azure/install-azure-cli
146150
[az-aks-create]: /cli/azure/aks#az-aks-create
147151
[az-aks-update]: /cli/azure/aks#az-aks-update

articles/azure-monitor/vm/vminsights-enable-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table shows the installation methods available for enabling VM Ins
3232
| [Azure portal](vminsights-enable-portal.md) | Enable individual machines with the Azure portal. |
3333
| [Azure Policy](vminsights-enable-policy.md) | Create policy to automatically enable when a supported machine is created. |
3434
| [Azure Resource Manager templates](../vm/vminsights-enable-resource-manager.md) | Enable multiple machines by using any of the supported methods to deploy a Resource Manager template, such as the Azure CLI and PowerShell. |
35-
| [PowerShell](vminsights-enable-powershell.md) | Use a PowerShell script to enable multiple machines. Currently only supported for Log Analytics agent. |
35+
| [PowerShell](vminsights-enable-powershell.md) | Use a PowerShell script to enable multiple machines. |
3636
| [Manual install](vminsights-enable-hybrid.md) | Virtual machines or physical computers on-premises with other cloud environments.|
3737

3838
### Supported Azure Arc machines

articles/azure-vmware/remove-arc-enabled-azure-vmware-solution-vsphere-resources-from-azure.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ During onboarding, to create a connection between your VMware vCenter and Azure,
108108

109109
As a last step, run the following command:
110110

111-
`az rest --method delete --url` [URL](https://management.azure.com/subscriptions/%3Csubscrption-id%3E/resourcegroups/%3Cresource-group-name%3E/providers/Microsoft.AVS/privateClouds/%3Cprivate-cloud-name%3E/addons/arc?api-version=2022-05-01%22)
111+
112+
```
113+
az rest --method delete --"https://management.azure.com/subscriptions/%3Csubscrption-id%3E/resourcegroups/%3Cresource-group-name%3E/providers/Microsoft.AVS/privateClouds/%3Cprivate-cloud-name%3E/addons/arc?api-version=2022-05-01%22"
114+
```
115+
112116

113117
Once that step is done, Arc no longer works on the Azure VMware Solution private cloud. When you delete Arc resources from vCenter Server, it doesn't affect the Azure VMware Solution private cloud for the customer.

articles/batch/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198
href: simplified-node-communication-pool-no-public-ip.md
199199
- name: Create a pool with ephemeral OS disk nodes
200200
href: create-pool-ephemeral-os-disk.md
201+
- name: Create an Azure Batch pool with Auto OS Upgrade
202+
href: batch-upgrade-policy.md
201203
- name: Use extensions with pools
202204
href: create-pool-extensions.md
203205
- name: Configure managed identities

0 commit comments

Comments
 (0)