Skip to content

Commit dc451e2

Browse files
authored
Merge pull request #105377 from Grace-MacJones-MSFT/patch-35
(Azure CXP) Added a note about Always On feature
2 parents e2053bf + e407f72 commit dc451e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/app-service/configure-common.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ Here, you can configure some common settings for the app. Some settings require
163163
- **Bitness**: 32-bit or 64-bit.
164164
- **WebSocket protocol**: For [ASP.NET SignalR] or [socket.io](https://socket.io/), for example.
165165
- **Always On**: Keep the app loaded even when there's no traffic. It's required for continuous WebJobs or for WebJobs that are triggered using a CRON expression.
166+
> [!NOTE]
167+
> With the Always On feature, you can’t control the endpoint. It always sends a request to the application root.
166168
- **Managed pipeline version**: The IIS [pipeline mode]. Set it to **Classic** if you have a legacy app that requires an older version of IIS.
167169
- **HTTP version**: Set to **2.0** to enable support for [HTTPS/2](https://wikipedia.org/wiki/HTTP/2) protocol.
168170
> [!NOTE]

0 commit comments

Comments
 (0)