Skip to content

Commit c05a271

Browse files
Merge pull request #215257 from pritamso/Broken-link-fix-rwike77
Broken link fixed
2 parents 676e831 + 46081ab commit c05a271

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/active-directory/azuread-dev/active-directory-acs-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ In these cases, you might want to consider migrating your web application to ano
279279
280280
![This image shows the Auth0 logo](./media/active-directory-acs-migration/rsz-auth0.png)
281281
282-
[Auth0](https://auth0.com/acs) is a flexible cloud identity service that has created [high-level migration guidance for customers of Access Control](https://auth0.com/acs), and supports nearly every feature that ACS does.
282+
[Auth0](https://auth0.com/access-management) is a flexible cloud identity service that has created [high-level migration guidance for customers of Access Control](https://auth0.com/access-management), and supports nearly every feature that ACS does.
283283
284284
![This image shows the Ping Identity logo](./media/active-directory-acs-migration/rsz-ping.png)
285285
@@ -344,7 +344,7 @@ In these cases, you might consider migrating your web application to another clo
344344
345345
![This image shows the Auth0 logo](./media/active-directory-acs-migration/rsz-auth0.png)
346346
347-
[Auth0](https://auth0.com/acs) is a flexible cloud identity service that has created [high-level migration guidance for customers of Access Control](https://auth0.com/acs), and supports nearly every feature that ACS does.
347+
[Auth0](https://auth0.com/access-management) is a flexible cloud identity service that has created [high-level migration guidance for customers of Access Control](https://auth0.com/access-management), and supports nearly every feature that ACS does.
348348
349349
![This image shows the Ping Identity logo](./media/active-directory-acs-migration/rsz-ping.png)
350350
[Ping Identity](https://www.pingidentity.com) offers two solutions similar to ACS. PingOne is a cloud identity service that supports many of the same features as ACS, and PingFederate is a similar on premises identity product that offers more flexibility. Refer to Ping's ACS retirement guidance for more details on using these products.

articles/active-directory/develop/workload-identity-federation-considerations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ The following table describes limits on requests to the user-assigned managed id
190190

191191
| Operation | Requests-per-second per Azure AD tenant | Requests-per-second per subscription | Requests-per-second per resource |
192192
|-------------------|----------------|----------------|----------------|
193-
| [Create or update](/rest/api/managedidentity/user-assigned-identities/create-or-update) requests | 10 | 2 | 0.25 |
194-
| [Get](/rest/api/managedidentity/user-assigned-identities/get) requests | 30 | 10 | 0.5 |
195-
| [List by resource group](/rest/api/managedidentity/user-assigned-identities/list-by-resource-group) or [List by subscription](/rest/api/managedidentity/user-assigned-identities/list-by-subscription) requests | 15 | 5 | 0.25 |
196-
| [Delete](/rest/api/managedidentity/user-assigned-identities/delete) requests | 10 | 2 | 0.25 |
193+
| [Create or update](/rest/api/managedidentity/2022-01-31-preview/user-assigned-identities/create-or-update) requests | 10 | 2 | 0.25 |
194+
| [Get](/rest/api/managedidentity/2022-01-31-preview/user-assigned-identities/get) requests | 30 | 10 | 0.5 |
195+
| [List by resource group](/rest/api/managedidentity/2022-01-31-preview/user-assigned-identities/list-by-resource-group) or [List by subscription](/rest/api/managedidentity/2022-01-31-preview/user-assigned-identities/list-by-subscription) requests | 15 | 5 | 0.25 |
196+
| [Delete](/rest/api/managedidentity/2022-01-31-preview/user-assigned-identities/delete) requests | 10 | 2 | 0.25 |
197197

198198
## Errors
199199

@@ -209,4 +209,4 @@ The following error codes may be returned when creating, updating, getting, list
209209
| 400 | Federated Identity Credential name '{ficName}' is invalid. | Alphanumeric, dash, underscore, no more than 3-120 symbols. First symbol is alphanumeric. |
210210
| 404 | The parent user-assigned identity doesn't exist. | Check user assigned identity name in federated identity credentials resource path. |
211211
| 400 | Issuer and subject combination already exists for this Managed Identity. | This is a constraint. List all federated identity credentials associated with the user-assigned identity to find existing federated identity credential. |
212-
| 409 | Conflict | Concurrent write request to federated identity credential resources under the same user-assigned identity has been denied.
212+
| 409 | Conflict | Concurrent write request to federated identity credential resources under the same user-assigned identity has been denied.

0 commit comments

Comments
 (0)