Skip to content

Commit ba80356

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-elevate-access-audit-logs-preview
2 parents d074ee2 + b9b7f45 commit ba80356

File tree

117 files changed

+1142
-631
lines changed

Some content is hidden

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

117 files changed

+1142
-631
lines changed

.github/workflows/stale.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

articles/active-directory-b2c/enable-authentication-angular-spa-app-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ if (this.msalGuardConfig.authRequest) {
411411
authRequestConfig = { ...this.msalGuardConfig.authRequest } as RedirectRequest
412412
}
413413

414-
authRequestConfig.extraQueryParameters = {"id_token_hint": idToken};;
414+
authRequestConfig.extraQueryParameters = {"id_token_hint": idToken};
415415

416416
this.authService.loginRedirect(authRequestConfig);
417417

Binary file not shown.

articles/active-directory-b2c/partner-asignio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ If you have an Asignio Signature, you're prompted to authenticate with your Asig
435435
## Next steps
436436

437437
* [Solutions and Training for Azure Active Directory B2C](solution-articles.md)
438-
* Ask questions on [Stackoverflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
438+
* Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
439439
* [Azure AD B2C Samples](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
440440
* YouTube: [Identity Azure AD B2C Series](https://www.youtube.com/playlist?list=PL3ZTgFEc7LyuJ8YRSGXBUVItCPnQz3YX0)
441441
* [Azure AD B2C custom policy overview](custom-policy-overview.md)

articles/active-directory-b2c/partner-transmit-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,5 +444,5 @@ Using the directory with your Azure AD B2C tenant, test your custom policy:
444444

445445
## Next steps
446446

447-
* Ask questions on [Stackoverflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
447+
* Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
448448
* Check out the [Azure AD B2C custom policy overview](custom-policy-overview.md)

articles/active-directory-b2c/partner-trusona.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ For additional information, review the following articles:
495495

496496
- [Azure AD B2C docs](solution-articles.md)
497497

498-
- [Ask your question on Stackoverflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
498+
- [Ask your question on Stack Overflow](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
499499

500500
- [Azure AD B2C Samples](https://stackoverflow.com/questions/tagged/azure-ad-b2c)
501501

articles/active-directory-b2c/technical-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ In an audit log, which is available for your Azure AD B2C tenant or for a partic
269269
* CRUD operations on B2C resources (for example, policies and identity providers)
270270
* Validation of user credentials and token issuance
271271

272-
:::image type="content" source="media/technical-overview/audit-log.png" alt-text="Individual user audit log shown in the Azure portal.":::
273-
274272
For more information on audit logs, see [Accessing Azure AD B2C audit logs](view-audit-logs.md).
275273

276274
## Usage analytics

articles/api-center/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838
href: manage-apis-azure-cli.md
3939
- name: Import APIs from API Management
4040
href: import-api-management-apis.md
41-
- name: Synchronize APIs from API Management
42-
href: synchronize-api-management-apis.md
41+
- name: Integrate API sources
42+
items:
43+
- name: Synchronize APIs from API Management
44+
href: synchronize-api-management-apis.md
45+
- name: Synchronize APIs from Amazon API Gateway
46+
href: synchronize-aws-gateway-apis.md
4347
- name: Build and register APIs - VS Code extension
4448
href: build-register-apis-vscode-extension.md
4549
- name: Register APIs - GitHub Actions

articles/api-center/includes/api-center-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dlepow
77

88
ms.service: azure-api-center
99
ms.topic: include
10-
ms.date: 11/07/2024
10+
ms.date: 01/09/2025
1111
ms.author: danlep
1212
ms.custom: Include file
1313
---

articles/api-center/includes/configure-managed-identity-apim-reader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ To allow import of APIs, assign your API center's managed identity the **API Man
1919
1. In the left menu, select **Access control (IAM)**.
2020
1. Select **+ Add role assignment**.
2121
1. On the **Add role assignment** page, set the values as follows:
22-
1. On the **Role** tab - Select **API Management Service Reader**.
22+
1. On the **Role** tab, select **API Management Service Reader**.
2323
1. On the **Members** tab, in **Assign access to** - Select **Managed identity** > **+ Select members**.
24-
1. On the **Select managed identities** page - Select the system-assigned managed identity of your API center that you added in the previous section. Click **Select**.
24+
1. On the **Select managed identities** page, select the system-assigned managed identity of your API center that you added in the previous section. Click **Select**.
2525
1. Select **Review + assign**.
2626

2727
#### [Azure CLI](#tab/cli)

0 commit comments

Comments
 (0)