Skip to content

Commit 25e6bf6

Browse files
authored
Merge branch 'main' into 2025_07-Monthly-broken-links-fix-pk-344-349
2 parents a235afd + e089739 commit 25e6bf6

File tree

1,279 files changed

+10261
-5919
lines changed

Some content is hidden

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

1,279 files changed

+10261
-5919
lines changed

.openpublishing.redirection.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/api-center/discover-shadow-apis-dev-proxy.md",
5+
"redirect_url": "/previous-versions/azure/api-center/discover-shadow-apis-dev-proxy",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/api-center/find-nonproduction-api-requests-dev-proxy.md",
10+
"redirect_url": "/previous-versions/azure/api-center/find-nonproduction-api-requests-dev-proxy",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/api-center/check-minimal-api-permissions-dev-proxy.md",
15+
"redirect_url": "/previous-versions/azure/api-center/check-minimal-api-permissions-dev-proxy",
16+
"redirect_document_id": false
17+
},
318
{
419
"source_path": "articles/fxt-edge-filer/add-nodes.md",
520
"redirect_url": "/previous-versions/azure/fxt-edge-filer/add-nodes",
@@ -7203,6 +7218,16 @@
72037218
"source_path": "articles/reliability/whats-new.md",
72047219
"redirect_url": "/azure/reliability/overview",
72057220
"redirect_document_id": false
7221+
},
7222+
{
7223+
"source_path": "articles/governance/policy/samples/hipaa-hitrust-9-2.md",
7224+
"redirect_url": "/azure/governance/policy/samples/hipaa-hitrust",
7225+
"redirect_document_id": false
7226+
},
7227+
{
7228+
"source_path": "articles/signups/startup-programs.md",
7229+
"redirect_url": "/azure/signups/overview",
7230+
"redirect_document_id": false
72067231
}
72077232
]
72087233
}

articles/active-directory-b2c/add-password-reset-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A claims transformation technical profile accesses the `isForgotPassword` claim.
157157

158158
The **SelfAsserted-LocalAccountSignin-Email** technical profile **setting.forgotPasswordLinkOverride** defines the password reset claims exchange that executes in your user journey.
159159

160-
The **LocalAccountWritePasswordUsingObjectId** technical profile **UseTechnicalProfileForSessionManagement** `SM-AAD` session manager is required for the user to preform subsequent logins successfully under [SSO](./custom-policy-reference-sso.md) conditions.
160+
The **LocalAccountWritePasswordUsingObjectId** technical profile **UseTechnicalProfileForSessionManagement** `SM-AAD` session manager is required for the user to perform subsequent logins successfully under [SSO](./custom-policy-reference-sso.md) conditions.
161161

162162
### Add the password reset sub journey
163163

articles/active-directory-b2c/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Manage your Azure AD B2C environment.
8484
| Use the Microsoft Graph API to automate the management of your B2C tenants | Microsoft Graph APIs:<br/>Manage [Identity Experience Framework](/graph/api/resources/trustframeworkpolicy?preserve-view=true&view=graph-rest-beta) (custom policies)<br/>[Keys](/graph/api/resources/trustframeworkkeyset?preserve-view=true&view=graph-rest-beta)<br/>[User Flows](/graph/api/resources/identityuserflow?preserve-view=true&view=graph-rest-beta) |
8585
| Integrate with Azure DevOps | A [CI/CD pipeline](deploy-custom-policies-devops.md) makes moving code between different environments easy and ensures production readiness always. |
8686
| Deploy custom policy | Azure AD B2C relies on caching to deliver performance to your end users. When you deploy a custom policy using whatever method, expect a delay of up to **30 minutes** for your users to see the changes. As a result of this behavior, consider the following practices when you deploy your custom policies: <br> - If you're deploying to a development environment, set the `DeploymentMode` attribute in your custom policy file's `<TrustFrameworkPolicy>` element to `Production`. <br> - Deploy your updated policy files to a production environment when traffic in your app is low. <br> - When you deploy to a production environment to update existing policy files, upload the updated files with new names, which act as new versions of the policies. Then, update your app references to the new names/versions. You can remove the old policy files afterward or keep them as your last known good configuration for easy rollback.<br> - If you need to deploy to a production environment to update existing policy files without versioning, make the new policy backward compatible with the old policy by following some simple rules. If you need to change a technical profile, claim, or [SubJourney](subjourneys.md), create a new version of it, publish the policy, and wait for 30 minutes for Azure AD B2C caches to pick up the new version. Then, in a subsequent update, make changes to use the new version and perform another policy update. Wait for another 30 minutes, then you can delete the old version of the elements if needed. Ensure all of your business logic is inside SubJourneys.<br> - You can set the `DeploymentMode` to `Development` in a production environment to bypass the caching behavior. However, we don't recommend this practice. If you [Collect Azure AD B2C logs with Application Insights](troubleshoot-with-application-insights.md), all claims sent to and from identity providers are collected, which is a security and performance risk. |
87-
| Deploy app registration updates | When you modify your application registration in your Azure AD B2C tenant, such as updating the application's redirect URI, expect a delay of up to **2 hours (3600s)** for the changes to take effect in the production environment. We recommend that you modify your application registration in your production environment when traffic in your app is low.|
87+
| Deploy app registration updates | When you modify your application registration in your Azure AD B2C tenant, such as updating the application's redirect URI, expect a delay of up to **2 hours (7200s)** for the changes to take effect in the production environment. We recommend that you modify your application registration in your production environment when traffic in your app is low.|
8888
| Integrate with Azure Monitor | [Audit log events](view-audit-logs.md) are only retained for seven days. [Integrate with Azure Monitor](azure-monitor.md) to retain the logs for long-term use, or integrate with third-party security information and event management (SIEM) tools to gain insights into your environment. |
8989
| Setup active alerting and monitoring | [Track user behavior](./analytics-with-application-insights.md) in Azure AD B2C using Application Insights. |
9090

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In this scenario, Trusona acts as an Identity Provider (IdP) for Azure AD B2C to
7575

7676
## Step 1: Onboard with Trusona Authentication Cloud
7777

78-
1. Sign in to the [Trusona Portal](https://portal.trusona.io).
78+
1. Sign in to the [Trusona Portal](https://portal.trusona.com/).
7979
2. From the left navigation panel, select **Settings**
8080
3. In the Settings menu, select the slider to **Enable OIDC**.
8181
4. Select the appropriate **Inputs** and provide the **Redirect URL** `https://{your-tenant-name}.b2clogin.com/{your-tenant-name}.onmicrosoft.com/oauth2/authresp`.

articles/api-center/TOC.yml

Lines changed: 98 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,114 @@
11
- name: Azure API Center Documentation
22
href: index.yml
33
- name: Get started
4-
expanded: true
54
items:
6-
- name: Overview
7-
items:
8-
- name: What is Azure API Center?
9-
displayName: Overview
10-
href: overview.md
11-
- name: Key concepts
12-
href: key-concepts.md
13-
- name: Service limits
14-
href: ../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits
15-
- name: Frequently asked questions
16-
href: frequently-asked-questions.yml
17-
- name: Quickstarts
18-
items:
19-
- name: Create an API center - portal
20-
href: set-up-api-center.md
21-
- name: Create an API center - CLI
22-
href: set-up-api-center-azure-cli.md
23-
- name: Create an API center - Bicep
24-
href: set-up-api-center-bicep.md
25-
- name: Create an API center - ARM template
26-
href: set-up-api-center-arm-template.md
27-
- name: Create an API center - Visual Studio Code
28-
href: set-up-api-center-vs-code-extension.md
29-
- name: Tutorials
30-
items:
31-
- name: 1 - Define custom metadata
32-
href: add-metadata-properties.md
33-
- name: 2 - Add APIs to the inventory
34-
href: register-apis.md
35-
- name: 3 - Add environments and deployments
36-
href: configure-environments-deployments.md
5+
- name: Overview
6+
items:
7+
- name: What is Azure API Center?
8+
displayName: Overview
9+
href: overview.md
10+
- name: Key concepts
11+
href: key-concepts.md
12+
- name: Service limits
13+
href: ../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits
14+
- name: Frequently asked questions
15+
href: frequently-asked-questions.yml
16+
- name: Quickstarts
17+
items:
18+
- name: Create an API center - portal
19+
href: set-up-api-center.md
20+
- name: Create an API center - CLI
21+
href: set-up-api-center-azure-cli.md
22+
- name: Create an API center - Bicep
23+
href: set-up-api-center-bicep.md
24+
- name: Create an API center - ARM template
25+
href: set-up-api-center-arm-template.md
26+
- name: Create an API center - Visual Studio Code
27+
href: set-up-api-center-vs-code-extension.md
28+
- name: Tutorials
29+
items:
30+
- name: 1 - Define custom metadata
31+
href: add-metadata-properties.md
32+
- name: 2 - Add APIs to the inventory
33+
href: register-apis.md
34+
- name: 3 - Add environments and deployments
35+
href: configure-environments-deployments.md
36+
expanded: true
3737
- name: API inventory
3838
items:
39-
- name: Manage inventory - Azure CLI
40-
href: manage-apis-azure-cli.md
41-
- name: Import APIs from API Management
42-
href: import-api-management-apis.md
43-
- name: Integrate API sources
44-
items:
45-
- name: Synchronize APIs from API Management
46-
href: synchronize-api-management-apis.md
47-
- name: Synchronize APIs from Amazon API Gateway
48-
href: synchronize-aws-gateway-apis.md
49-
- name: Build and register APIs - VS Code extension
50-
href: build-register-apis-vscode-extension.md
51-
- name: Design and develop APIs - GitHub Copilot for Azure
52-
href: design-api-github-copilot-azure.md
53-
- name: Register APIs - GitHub Actions
54-
href: register-apis-github-actions.md
55-
- name: Register and discover MCP servers
56-
href: register-discover-mcp-server.md
57-
- name: Export API from API Center to Copilot Studio
58-
href: export-to-copilot-studio.yml
39+
- name: Manage inventory - Azure CLI
40+
href: manage-apis-azure-cli.md
41+
- name: Import APIs from API Management
42+
href: import-api-management-apis.md
43+
- name: Integrate API sources
44+
items:
45+
- name: Synchronize APIs from API Management
46+
href: synchronize-api-management-apis.md
47+
- name: Synchronize APIs from Amazon API Gateway
48+
href: synchronize-aws-gateway-apis.md
49+
- name: Build and register APIs - VS Code extension
50+
href: build-register-apis-vscode-extension.md
51+
- name: Design and develop APIs - GitHub Copilot for Azure
52+
href: design-api-github-copilot-azure.md
53+
- name: Register APIs - GitHub Actions
54+
href: register-apis-github-actions.md
55+
- name: Register and discover MCP servers
56+
href: register-discover-mcp-server.md
57+
- name: Export API from API Center to Copilot Studio
58+
href: export-to-copilot-studio.yml
5959
- name: API governance
6060
items:
61-
- name: Use metadata for governance
62-
href: metadata.md
63-
- name: Govern APIs - VS Code extension
64-
href: govern-apis-vscode-extension.md
65-
- name: API analysis - Microsoft managed
66-
href: enable-managed-api-analysis-linting.md
67-
- name: API analysis - self-managed
68-
href: enable-api-analysis-linting.md
69-
- name: Authorize access to APIs
70-
href: authorize-api-access.md
71-
- name: Discover shadow APIs with Dev Proxy
72-
href: discover-shadow-apis-dev-proxy.md
73-
- name: Find nonproduction API requests with Dev Proxy
74-
href: find-nonproduction-api-requests-dev-proxy.md
75-
- name: Workflow automation to set API status
76-
href: set-up-notification-workflow.md
61+
- name: Use metadata for governance
62+
href: metadata.md
63+
- name: Govern APIs - VS Code extension
64+
href: govern-apis-vscode-extension.md
65+
- name: API analysis - Microsoft managed
66+
href: enable-managed-api-analysis-linting.md
67+
- name: API analysis - self-managed
68+
href: enable-api-analysis-linting.md
69+
- name: Authorize access to APIs
70+
href: authorize-api-access.md
71+
- name: Workflow automation to set API status
72+
href: set-up-notification-workflow.md
7773
- name: API discovery and consumption
7874
items:
79-
- name: Enable API Center portal
80-
href: set-up-api-center-portal.md
81-
- name: Enable API Center portal - VS Code extension
82-
href: enable-api-center-portal-vs-code-extension.md
83-
- name: Self-host Azure API Center portal
84-
href: self-host-api-center-portal.md
85-
- name: Discover and consume APIs - VS Code extension
86-
href: discover-apis-vscode-extension.md
87-
- name: Check API calls use minimal permissions with Dev Proxy
88-
href: check-minimal-api-permissions-dev-proxy.md
75+
- name: Enable API Center portal
76+
href: set-up-api-center-portal.md
77+
- name: Enable API Center portal - VS Code extension
78+
href: enable-api-center-portal-vs-code-extension.md
79+
- name: Self-host Azure API Center portal
80+
href: self-host-api-center-portal.md
81+
- name: Discover and consume APIs - VS Code extension
82+
href: discover-apis-vscode-extension.md
8983
- name: API center management and operations
9084
items:
91-
- name: Reliability
92-
href: ../reliability/reliability-api-center.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json
85+
- name: Reliability
86+
href: ../reliability/reliability-api-center.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json
9387
- name: Reference
9488
items:
95-
- name: Azure CLI
96-
href: /cli/azure/apic
97-
- name: REST API
98-
href: /rest/api/apicenter/
99-
- name: REST API SDKs
100-
items:
101-
- name: JavaScript
102-
href: /javascript/api/overview/azure/apicenter
103-
- name: Java
104-
href: /java/api/overview/azure/apicenter
105-
- name: Python
106-
href: https://pypi.org/project/azure-mgmt-apicenter
107-
- name: Event Grid schema
108-
href: ../event-grid/event-schema-api-center.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json
109-
- name: Resource Manager template
110-
href: /azure/templates/microsoft.apicenter/allversions
111-
- name: Azure built-in roles
112-
href: ../role-based-access-control/built-in-roles.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#integration
89+
- name: Azure CLI
90+
href: /cli/azure/apic
91+
- name: REST API
92+
href: /rest/api/apicenter/
93+
- name: REST API SDKs
94+
items:
95+
- name: JavaScript
96+
href: /javascript/api/overview/azure/apicenter
97+
- name: Java
98+
href: /java/api/overview/azure/apicenter
99+
- name: Python
100+
href: https://pypi.org/project/azure-mgmt-apicenter
101+
- name: Event Grid schema
102+
href: ../event-grid/event-schema-api-center.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json
103+
- name: Resource Manager template
104+
href: /azure/templates/microsoft.apicenter/allversions
105+
- name: Azure built-in roles
106+
href: ../role-based-access-control/built-in-roles.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#integration
113107
- name: Resources
114108
items:
115-
- name: Samples and labs
116-
href: resources.md
117-
- name: Building an API security strategy
118-
href: https://aka.ms/API-Security-EBook
119-
- name: Azure updates
120-
href: https://aka.ms/apic/updates
109+
- name: Samples and labs
110+
href: resources.md
111+
- name: Building an API security strategy
112+
href: https://aka.ms/API-Security-EBook
113+
- name: Azure updates
114+
href: https://aka.ms/apic/updates

0 commit comments

Comments
 (0)