Skip to content

Commit 7cce72c

Browse files
authored
in progress
1 parent dff34c6 commit 7cce72c

File tree

1 file changed

+34
-0
lines changed
  • 0_Azure/8_AzureApps/demos/changes-AppServiceManagedCertificates

1 file changed

+34
-0
lines changed

0_Azure/8_AzureApps/demos/changes-AppServiceManagedCertificates.md renamed to 0_Azure/8_AzureApps/demos/changes-AppServiceManagedCertificates/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,40 @@ Last updated: 2025-07-17
2020
2121
## Your site is not publicly accessible
2222

23+
> Please find below some examples of how it looks:
24+
25+
<details>
26+
<summary><b> Public Network </b> (Click to expand)</summary>
27+
28+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/b81befa9-a84b-40fc-9268-23bce1da7b5e" />
29+
30+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/4b6c7b74-7dd7-4877-b340-e800ae675a48" />
31+
32+
</details>
33+
34+
<details>
35+
<summary><b> Private Network </b> (Click to expand)</summary>
36+
37+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/ac55c945-1b01-4687-a417-29bb87a19508" />
38+
39+
<img width="700" alt="image" src="https://github.com/user-attachments/assets/477e8b23-c43f-425e-a3ef-93a46bad37a7" />
40+
41+
<img width="700" height="962" alt="image" src="https://github.com/user-attachments/assets/aaf516b2-a081-4a84-a13c-bd5b3fc47b60" />
42+
43+
</details>
44+
45+
> You’re affected if public accessibility is blocked in any of these ways:
46+
> - `Public network access = Disabled`
47+
> - `Private endpoints` only (VNet-only access)
48+
> - `IP restrictions` that `don’t allow the CA’s HTTP challenge`
49+
> - `Client-certificate enforcement` on incoming requests
50+
51+
[This query](./query-how_to_know_if_your_site_is_not_publicly_accessible.kql), finds any App Service that meets any of those four conditions
52+
53+
https://github.com/user-attachments/assets/13cac993-764f-4fb7-972e-3c54d2f3cb8f
54+
55+
56+
2357
## Your site uses Azure Traffic Manager "nested" or "external" endpoints:
2458

2559
## Your site relies on *.trafficmanager.net domain

0 commit comments

Comments
 (0)