Skip to content

Commit af15c0a

Browse files
authored
Merge pull request #195298 from MicrosoftDocs/main
Publish to Live at 4 P.M. Sunday 4/17/22
2 parents 0c48186 + 3b39d2a commit af15c0a

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

+206
-70
lines changed

articles/active-directory-b2c/service-limits.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: Azure AD B2C service limits and restrictions
3-
titleSuffix: Azure AD B2C
2+
title: Azure Active Directory B2C service limits and restrictions
43
description: Reference for service limits and restrictions for Azure Active Directory B2C service.
54
services: active-directory-b2c
65
author: kengaderdus
7-
manager: celestedg
6+
manager: CelesteDG
87

98
ms.service: active-directory
109
ms.workload: identity
1110
ms.topic: reference
12-
ms.date: 12/21/2021
13-
ms.author: mimart
11+
ms.author: kengaderdus
12+
ms.date: 04/15/2022
1413
ms.subservice: B2C
1514
zone_pivot_groups: b2c-policy-type
1615
---
@@ -21,6 +20,9 @@ zone_pivot_groups: b2c-policy-type
2120

2221
This article outlines the usage constraints and other service limits for the Azure Active Directory B2C (Azure AD B2C) service. These limits are in place to protect by effectively managing threats and ensuring a high level of service quality.
2322

23+
> [!NOTE]
24+
> To increase any of the service limits mentioned in this article, contact **[Support](find-help-open-support-ticket.md)**.
25+
2426
## User/consumption related limits
2527

2628
The number of users able to authenticate through an Azure AD B2C tenant is gated through request limits. The following table illustrates the request limits for your Azure AD B2C tenant.
@@ -34,7 +36,7 @@ The number of users able to authenticate through an Azure AD B2C tenant is gated
3436

3537
Azure AD B2C is compliant with [OAuth 2.0](https://datatracker.ietf.org/doc/html/rfc6749), [OpenID Connect (OIDC)](https://openid.net/certification), and [SAML](http://saml.xml.org/saml-specifications) protocols. It provides user authentication and single sign-on (SSO) functionality, with the endpoints listed in the following table.
3638

37-
The frequency of requests made to Azure AD B2C endpoints determine the overall token issuance capability. Azure AD B2C exposes endpoints which consume a different number of requests. Review the [Authentication Protocols](./protocols-overview.md) article for more information on which endpoints are consumed by your application.
39+
The frequency of requests made to Azure AD B2C endpoints determines the overall token issuance capability. Azure AD B2C exposes endpoints, which consume a different number of requests. Review the [Authentication Protocols](./protocols-overview.md) article for more information on which endpoints are consumed by your application.
3840

3941
|Endpoint |Endpoint type |Requests consumed |
4042
|-----------------------------|---------|------------------|
@@ -103,9 +105,9 @@ The token issuance rate of a Custom Policy is dependent on the number of request
103105
|SocialAndLocalAccounts| Federated account sign-in|SignUpOrSignIn| 4|
104106
|SocialAndLocalAccounts| Federated account sign-up|SignUpOrSignIn| 6|
105107
|SocialAndLocalAccountsWithMfa| Local account sign-in with MFA|SignUpOrSignIn |6|
106-
|SocialAndLocalAccountsWithMfa| Local account sign-up with MFA|SignUpOrSignIn |10|
108+
|SocialAndLocalAccountsWithMfa| Local account sign up with MFA|SignUpOrSignIn |10|
107109
|SocialAndLocalAccountsWithMfa| Federated account sign-in with MFA|SignUpOrSignIn| 8|
108-
|SocialAndLocalAccountsWithMfa| Federated account sign-up with MFA|SignUpOrSignIn |10|
110+
|SocialAndLocalAccountsWithMfa| Federated account sign up with MFA|SignUpOrSignIn |10|
109111

110112
To obtain the token issuance rate per second for a particular user journey:
111113

@@ -119,7 +121,7 @@ Tokens/sec = 200/requests-consumed
119121

120122
## Calculate the token issuance rate of your Custom Policy
121123

122-
You can craete your own Custom Policy to provide a unique authentication experience for your application. The number of requests consumed at the dynamic endpoint depends on which features a user traverses through your Custom Policy. The below table shows how many requests are consumed for each feature in a Custom Policy.
124+
You can create your own Custom Policy to provide a unique authentication experience for your application. The number of requests consumed at the dynamic endpoint depends on which features a user traverses through your Custom Policy. The below table shows how many requests are consumed for each feature in a Custom Policy.
123125

124126
|Feature |Requests consumed|
125127
|-------------------------------------------------|-----------------|
@@ -148,7 +150,7 @@ You can optimize the token issuance rate by considering the following configurat
148150
- Increasing access and refresh [token lifetimes](./configure-tokens.md).
149151
- Increasing the Azure AD B2C [web session lifetime](./session-behavior.md).
150152
- Enabling [Keep Me Signed In](./session-behavior.md#enable-keep-me-signed-in-kmsi).
151-
- Caching the [OpenId Connect metadata](./openid-connect.md#validate-the-id-token) documents at your API's.
153+
- Caching the [OpenId Connect metadata](./openid-connect.md#validate-the-id-token) documents at your APIs.
152154
- Enforcing conditional MFA using [Conditional Access](./conditional-access-identity-protection-overview.md).
153155

154156
## Azure AD B2C configuration limits
@@ -160,7 +162,7 @@ The following table lists the administrative configuration limits in the Azure A
160162
|Number of scopes per application  |1000 |
161163
|Number of [custom attributes](user-profile-attributes.md#extension-attributes) per user <sup>1</sup> |100 |
162164
|Number of redirect URLs per application |100 |
163-
|Number of sign out URLs per application  |1 |
165+
|Number of sign-out URLs per application  |1 |
164166
|String Limit per Attribute |250 Chars |
165167
|Number of B2C tenants per subscription |20 |
166168
|Levels of [inheritance](custom-policy-overview.md#inheritance-model) in custom policies |10 |

articles/cognitive-services/Computer-vision/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ tools:
111111
url: /javascript/api/@azure/cognitiveservices-computervision/
112112
- title: Python
113113
imageSrc: media/index/logo_python.svg
114-
url: /python/api/overview/azure/cognitiveservices/computervision
114+
url: /python/api/overview/azure/cognitiveservices-vision-computervision-readme
115115
- title: Go
116116
imageSrc: media/index/logo_go.svg
117117
url: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/computervision

articles/cognitive-services/Computer-vision/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ items:
7575
- name: Node.js
7676
href: /javascript/api/@azure/cognitiveservices-computervision/
7777
- name: Python
78-
href: /python/api/overview/azure/cognitiveservices/computervision
78+
href: /python/api/overview/azure/cognitiveservices-vision-computervision-readme
7979
- name: Go
8080
href: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/computervision
8181
- name: Java
@@ -141,7 +141,7 @@ items:
141141
- name: Node.js
142142
href: /javascript/api/@azure/cognitiveservices-computervision
143143
- name: Python
144-
href: /python/api/overview/azure/cognitiveservices/computervision
144+
href: /python/api/overview/azure/cognitiveservices-vision-computervision-readme
145145
- name: Go
146146
href: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/computervision
147147
- name: Java
@@ -211,4 +211,4 @@ items:
211211
- name: Microsoft Learn modules
212212
href: /learn/paths/explore-computer-vision-microsoft-azure/
213213
- name: Azure updates
214-
href: https://azure.microsoft.com/updates/?product=cognitive-services
214+
href: https://azure.microsoft.com/updates/?product=cognitive-services

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/python-tutorial-od.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Custom Vision client library for Python to:
1919
* Publish the current iteration
2020
* Test the prediction endpoint
2121

22-
[Reference documentation](/python/api/overview/azure/cognitiveservices/customvision) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision) | [Package (PyPI)](https://pypi.org/project/azure-cognitiveservices-vision-customvision/) | [Samples](/samples/browse/?languages=python&products=azure&term=vision&terms=vision)
22+
[Reference documentation](/python/api/overview/azure/cognitiveservices-vision-computervision-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision) | [Package (PyPI)](https://pypi.org/project/azure-cognitiveservices-vision-customvision/) | [Samples](/samples/browse/?languages=python&products=azure&term=vision&terms=vision)
2323

2424
## Prerequisites
2525

@@ -173,4 +173,4 @@ Now you've done every step of the object detection process in code. This sample
173173
174174
* [What is Custom Vision?](../../overview.md)
175175
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/CustomVision/ObjectDetection/CustomVisionQuickstart.py)
176-
* [SDK reference documentation](/python/api/overview/azure/cognitiveservices/customvision)
176+
* [SDK reference documentation](/python/api/overview/azure/cognitiveservices-vision-computervision-readme)

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/python-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use the Custom Vision client library for Python to:
1919
* Publish the current iteration
2020
* Test the prediction endpoint
2121

22-
[Reference documentation](/python/api/overview/azure/cognitiveservices/customvision) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision) | [Package (PyPI)](https://pypi.org/project/azure-cognitiveservices-vision-customvision/) | [Samples](/samples/browse/?languages=python&products=azure&term=vision&terms=vision)
22+
[Reference documentation](/python/api/overview/azure/cognitiveservices-vision-computervision-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision) | [Package (PyPI)](https://pypi.org/project/azure-cognitiveservices-vision-customvision/) | [Samples](/samples/browse/?languages=python&products=azure&term=vision&terms=vision)
2323

2424
## Prerequisites
2525

@@ -177,4 +177,4 @@ Now you've seen how every step of the image classification process can be done i
177177
178178
* [What is Custom Vision?](../../overview.md)
179179
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/CustomVision/ImageClassification/CustomVisionQuickstart.py)
180-
* [SDK reference documentation](/python/api/overview/azure/cognitiveservices/customvision)
180+
* [SDK reference documentation](/python/api/overview/azure/cognitiveservices-vision-computervision-readme)

articles/cognitive-services/Custom-Vision-Service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ items:
9797
- name: Node.js - Prediction
9898
href: /javascript/api/@azure/cognitiveservices-customvision-prediction/
9999
- name: Python
100-
href: /python/api/overview/azure/cognitiveservices/customvision
100+
href: /python/api/azure-cognitiveservices-vision-customvision
101101
- name: Go - Training
102102
href: https://godoc.org/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training
103103
- name: Go - Prediction
@@ -117,4 +117,4 @@ items:
117117
- name: Azure roadmap
118118
href: https://azure.microsoft.com/updates/?product=cognitive-services
119119
- name: Release Notes
120-
href: release-notes.md
120+
href: release-notes.md

articles/cognitive-services/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
- name: .NET
114114
href: /dotnet/api/overview/azure/cognitiveservices/management
115115
- name: Node.js
116-
href: /javascript/api/@azure/arm-cognitiveservices/?view=azure-node-latest
116+
href: /javascript/api/@azure/arm-cognitiveservices/
117117
- name: Python
118-
href: /python/api/overview/azure/cognitiveservices/management?view=azure-python
118+
href: /python/api/azure-mgmt-cognitiveservices/
119119
- name: Java
120-
href: /java/api/overview/azure/cognitiveservices/resourcemanagement?view=azure-java-stable
120+
href: /java/api/overview/azure/cognitiveservices/resourcemanagement
121121
- name: Go
122122
href: https://pkg.go.dev/github.com/Azure/[email protected]+incompatible/services/cognitiveservices/mgmt/2017-04-18/cognitiveservices
123123
- name: Azure CLI
@@ -150,4 +150,4 @@
150150
- name: Azure Blog
151151
href: https://azure.microsoft.com/blog/topics/cognitive-services/
152152
- name: Azure AI Blog
153-
href: https://techcommunity.microsoft.com/t5/azure-ai/bg-p/AzureAIBlog
153+
href: https://techcommunity.microsoft.com/t5/azure-ai/bg-p/AzureAIBlog

articles/defender-for-iot/organizations/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Microsoft Defender for IoT is a unified security solution for identifying IoT an
1818

1919
**For end-user organizations**, Microsoft Defender for IoT provides an agentless, network-layer monitoring that integrates smoothly with industrial equipment and SOC tools. You can deploy Microsoft Defender for IoT in Azure-connected and hybrid environments or completely on-premises.
2020

21-
**For IoT device builders**, Microsoft Defender for IoT also offers a lightweight, micro-agent that supports standard IoT operating systems, such as Linux and RTOS. The Microsoft Defender device builder agent helps you ensure that security is built into your IoT/OT projects, from the cloud. For more information, see [Microsoft Defender for IoT for device builders documentation](/device-builders/index.md).
21+
**For IoT device builders**, Microsoft Defender for IoT also offers a lightweight, micro-agent that supports standard IoT operating systems, such as Linux and RTOS. The Microsoft Defender device builder agent helps you ensure that security is built into your IoT/OT projects, from the cloud. For more information, see [Microsoft Defender for IoT for device builders documentation](/azure/defender-for-iot/device-builders/overview).
2222

2323
## Agentless device monitoring
2424

articles/key-vault/general/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ landingContent:
8383
- text: .NET Client library
8484
url: /dotnet/api/overview/azure/key-vault
8585
- text: Python Client library
86-
url: /python/api/overview/azure/key-vault-index
86+
url: /python/api/overview/azure/keyvault-keys-readme
8787
- text: Java Client library
8888
url: https://azure.github.io/azure-sdk-for-java/keyvault.html
8989
- text: Node.js Client library

articles/key-vault/general/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
- name: Node.js
185185
href: /javascript/api/overview/azure/key-vault-index
186186
- name: Python
187-
href: /python/api/overview/azure/key-vault-index
187+
href: /python/api/overview/azure/keyvault-keys-readme
188188
- name: REST
189189
href: /rest/api/keyvault
190190
- name: Resource Manager template

0 commit comments

Comments
 (0)