You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/firewall/premium-deploy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You'll use a template to deploy a test environment that has a central VNet (10.0
31
31
32
32
A single central VNet is used in this test environment for simplicity. For production purposes, a [hub and spoke topology](/azure/architecture/reference-architectures/hybrid-networking/hub-spoke) with peered VNets is more common.
:::image type="content" source="media/premium-deploy/premium-topology.png" alt-text="Diagram of Central VNet topology." lightbox="media/premium-deploy/premium-topology.png":::
35
35
36
36
The worker virtual machine is a client that sends HTTP/S requests through the firewall.
37
37
@@ -139,8 +139,8 @@ Use the following steps to test TLS Inspection with URL filtering.
139
139
140
140
Some HTML pages may look incomplete because they refer to other URLs that are denied. To solve this issue, the following approach can be taken:
141
141
142
-
- If the HTML page contain links to other domains, you can add these domains to a new application rule with allow access to these FQDNs.
143
-
- If the HTML page contain links to sub URLs then you can modify the rule and add an asterisk to the URL. For example: `targetURLs=www.nytimes.com/section/world*`
142
+
- If the HTML page contains links to other domains, you can add these domains to a new application rule with allow access to these FQDNs.
143
+
- If the HTML page contains links to sub URLs then you can modify the rule and add an asterisk to the URL. For example: `targetURLs=www.nytimes.com/section/world*`
144
144
145
145
Alternatively, you can add a new URL to the rule. For example:
146
146
@@ -163,4 +163,4 @@ Let's create an application rule to allow access to sports web sites.
163
163
## Next steps
164
164
165
165
-[Building a POC for TLS inspection in Azure Firewall](https://techcommunity.microsoft.com/t5/azure-network-security-blog/building-a-poc-for-tls-inspection-in-azure-firewall/ba-p/3676723)
166
-
-[Azure Firewall Premium in the Azure portal](premium-portal.md)
166
+
-[Azure Firewall Premium in the Azure portal](premium-portal.md)
0 commit comments