Skip to content

Commit bf91136

Browse files
author
Simonx Xu
authored
Merge pull request #8732 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents cd00e64 + f18fcfd commit bf91136

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

support/azure/app-service/faqs-app-service-linux.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,19 @@ sections:
250250
- question: |
251251
How does the container warmup request work?
252252
answer: |
253-
When Azure App Services starts your container, the warmup request sends an HTTP request to the [/robots933456.txt](/azure/app-service/configure-custom-container?pivots=container-linux#robots933456-in-logs) endpoint of your application. This is simply a dummy endpoint, but your application needs to reply with any non-5XX status code. If your application logic doesn't reply with any HTTP status code to nonexistent endpoints, the warmup request can't receive a response and it perpetually restarts your container.
254-
The warmup request also might fail due to port misconfiguration.
253+
When Azure App Services starts your container, the warmup request sends an HTTP request to the [/robots933456.txt](/azure/app-service/configure-custom-container?pivots=container-linux#robots933456-in-logs) endpoint of your application. This is simply a dummy endpoint, but your application must reply by returning any status code (including 5*xx*). If your application logic doesn't reply by sending an HTTP status code to nonexistent endpoints, the warmup request can't receive a response. Therefore, it perpetually restarts your container.
255254
256-
To ensure that the port is correctly configured on Azure App Services, see the question *How do I specify port in my Linux container?*
255+
To change from the default behavior, you can customize the warmup endpoint path and status codes that consider the site to be warmed up. To do this, set the [WEBSITE_WARMUP_PATH](/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) and [WEBSITE_WARMUP_STATUSES](/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) application settings.
256+
257+
The warmup request also might fail because of port misconfiguration.
258+
259+
To make sure that the port is correctly configured on Azure App Services, see the question, *How do I specify the port in my Linux container?*
257260
- question: |
258261
Is it possible to increase the container warmup request timeout?
259262
answer:
260263
The warmup request by default fails after waiting 240 seconds for a reply from the container. You may increase the container warmup request timeout by adding the application setting `WEBSITES_CONTAINER_START_TIME_LIMIT` with a value between 240 and 1800 seconds.
261264
- question: |
262-
How do I specify port in my Linux container?
265+
How do I specify the port in my Linux container?
263266
answer: |
264267
| Container type | Description | How to set/use port |
265268
|----------------|-------------|---------------------|

support/entra/entra-id/dir-dmns-obj/troubleshoot-dynamic-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot dynamic groups
33
description: This article helps you diagnose and resolve issues with dynamic groups.
4-
ms.date: 03/04/2025
4+
ms.date: 04/17/2025
55
ms.service: entra-id
66
ms.custom: sap:Groups, has-azure-ad-ps-ref
77
ms.reviewer: mimart, v-weizhu, v-loeide, mbhargav, yuhko, barclayn
@@ -11,7 +11,7 @@ ms.reviewer: mimart, v-weizhu, v-loeide, mbhargav, yuhko, barclayn
1111
This troubleshooting guide helps you diagnose and solve issues with dynamic groups in Microsoft Entra ID.
1212

1313
> [!IMPORTANT]
14-
> Dynamic membership group changes are usually processed within a few hours. However, processing may take more than 24 hours depending on factors such as tenant size, group size, number of attribute changes, rule complexity, and operator choice (such as using `CONTAINS`, `MATCH`, or `MemberOf`).
14+
> Dynamic membership groups changes are usually processed within a few hours. However, processing can take more than 24 hours depending on factors such as the number of groups, the number of changes, and the complexity of the rules. For more information, see [Understanding and Managing Dynamic Group Processing in Microsoft Entra ID](/entra/identity/users/manage-dynamic-group).
1515
1616
## Dynamic groups identification and management
1717

0 commit comments

Comments
 (0)