Skip to content

Commit c066615

Browse files
authored
Merge pull request #235303 from MicrosoftDocs/main
4/20 PM Publish
2 parents 208d9fd + 0c5f03c commit c066615

File tree

1,029 files changed

+2828
-31593
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,029 files changed

+2828
-31593
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
},
7373
{
7474
"source_path_from_root": "/articles/azure-monitor/app/correlation.md",
75-
"redirect_url": "/previous-versions/azure/azure-monitor/app/distributed-tracing-telemetry-correlation",
75+
"redirect_url": "/azure/azure-monitor/app/distributed-tracing-telemetry-correlation",
7676
"redirect_document_id": false
7777
},
7878
{
7979
"source_path_from_root": "/articles/azure-monitor/app/distributed-tracing.md",
80-
"redirect_url": "/previous-versions/azure/azure-monitor/app/distributed-tracing-telemetry-correlation",
80+
"redirect_url": "/azure/azure-monitor/app/distributed-tracing-telemetry-correlation",
8181
"redirect_document_id": false
8282
},
8383
{

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22547,6 +22547,11 @@
2254722547
"source_path_from_root": "/articles/principles-for-ai-generated-content.md",
2254822548
"redirect_url": "https://aka.ms/ai-content-principles",
2254922549
"redirect_document_id": false
22550-
}
22550+
},
22551+
{
22552+
"source_path_from_root": "/articles/azure-monitor/app/java-standalone-arguments.md",
22553+
"redirect_url": "/azure/azure-monitor/app/java-get-started-supplemental",
22554+
"redirect_document_id": true
22555+
}
2255122556
]
2255222557
}

articles/active-directory/authentication/concept-authentication-authenticator-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ The Authenticator app can help prevent unauthorized access to accounts and stop
4343

4444
![Screenshot of example web browser prompt for Authenticator app notification to complete sign-in process.](media/tutorial-enable-azure-mfa/tutorial-enable-azure-mfa-browser-prompt.png)
4545

46+
In some rare instances where the relevant Google or Apple service responsible for push notifications is down, users may not receive their push notifications. In these cases users should manually navigate to the Microsoft Authenticator app (or relevant companion app like Outlook), refresh by either pulling down or hitting the refresh button, and approve the request.
47+
4648
> [!NOTE]
4749
> If your organization has staff working in or traveling to China, the *Notification through mobile app* method on Android devices doesn't work in that country/region as Google play services(including push notifications) are blocked in the region. However iOS notification do work. For Android devices ,alternate authentication methods should be made available for those users.
4850

articles/active-directory/develop/includes/web-app/quickstart-nodejs.md

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

articles/api-management/breaking-changes/rp-source-ip-address-change-mar-2023.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ On 31 March, 2023 as part of our continuing work to increase the resiliency of A
2626

2727
This change will have NO effect on the availability of your API Management service. However, you **may** have to take steps described below to configure your API Management service beyond 31 March, 2023.
2828

29+
> These changes were completed between April 1, 2023 and April 20, 2023. You can remove the IP addresses noted in the _Old IP Address_ column from your NSG.
30+
2931
## Is my service affected by this change?
3032

3133
Your service is impacted by this change if:

articles/api-management/diagnostic-logs-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This reference describes settings for API diagnostics logging from an API Manage
3131
| Always log errors | boolean | If this setting is enabled, all failures are logged, regardless of the **Sampling** setting.
3232
| Log client IP address | boolean | If this setting is enabled, the client IP address for API requests is logged. |
3333
| Verbosity | | Specifies the verbosity of the logs and whether custom traces that are configured in [trace](trace-policy.md) policies are logged. <br/><br/>* Error - failed requests, and custom traces of severity `error`<br/>* Information - failed and successful requests, and custom traces of severity `error` and `information`<br/> * Verbose - failed and successful requests, and custom traces of severity `error`, `information`, and `verbose`<br/><br/>Default: Information |
34-
| Correlation protocol | | Specifies the protocol used to correlate telemetry sent by multiple components to Application Insights. Default: Legacy <br/><br/>For information, see [Telemetry correlation in Application Insights](../azure-monitor/app/correlation.md). |
34+
| Correlation protocol | | Specifies the protocol used to correlate telemetry sent by multiple components to Application Insights. Default: Legacy <br/><br/>For information, see [Telemetry correlation in Application Insights](../azure-monitor/app/distributed-tracing-telemetry-correlation.md). |
3535
| Headers to log | list | Specifies the headers that are logged for requests and responses. Default: no headers are logged. |
3636
| Number of payload bytes to log | integer | Specifies the number of initial bytes of the body that are logged for requests and responses. Default: 0 |
3737
| Frontend Request | | Specifies whether and how *frontend requests* (requests incoming to the API Management gateway) are logged.<br/><br/> If this setting is enabled, specify **Headers to log**, **Number of payload bytes to log**, or both. |

articles/api-management/includes/preview/preview-callout-websocket-api.md

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

articles/api-management/policies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ms.custom: mvc
3434
| [Get X-CSRF token from SAP gateway using send request policy](./get-x-csrf-token-from-sap-gateway.md) | Shows how to implement X-CSRF pattern used by many APIs. This example is specific to SAP Gateway. |
3535
| [Route the request based on the size of its body](./route-requests-based-on-size.md) | Demonstrates how to route requests based on the size of their bodies. |
3636
| [Send request context information to the backend service](./send-request-context-info-to-backend-service.md) | Shows how to send some context information to the backend service for logging or processing. |
37-
| [Set response cache duration](./set-cache-duration.md) | Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend. |
3837
| **Outbound policies** | **Description** |
3938
| [Filter response content](./filter-response-content.md) | Demonstrates how to filter data elements from the response payload based on the product associated with the request. |
39+
| [Set response cache duration](./set-cache-duration.md) | Demonstrates how to set response cache duration using maxAge value in Cache-Control header sent by the backend. |
4040
| **On-error policies** | **Description** |
4141
| [Log errors to Stackify](./log-errors-to-stackify.md) | Shows how to add an error logging policy to send errors to Stackify for logging. |

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/azure-portal-clean-resources-1.md

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

articles/app-service/includes/tutorial-dotnetcore-sqldb-app/azure-portal-clean-resources-2.md

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

0 commit comments

Comments
 (0)