Skip to content

Commit eeb50f6

Browse files
authored
Merge pull request #51310 from kyle-hoyer/patch-4
Fixing formatting. Adding service endpoint link
2 parents 2cabeb6 + 304f1da commit eeb50f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-government/documentation-government-ase-disa-cap.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ However, since DISA advertises a default route out the ExpressRoute circuit, the
3636
You will need to create new routes in the UDR for the management addresses in order to keep the ASE healthy. For Azure Government ranges see [App Service Environment management addresses](https://docs.microsoft.com/azure/app-service/environment/management-addresses
3737
)
3838

39-
Rule 1: 23.97.29.209 --> Internet
40-
Rule 2: 23.97.0.17 --> Internet
41-
Rule 3: 23.97.16.184 --> Internet
42-
Rule 4: 13.72.180.105 --> Internet
43-
Rule 5: 13.72.53.37 --> Internet
39+
* Rule 1: 23.97.29.209 --> Internet
40+
* Rule 2: 23.97.0.17 --> Internet
41+
* Rule 3: 23.97.16.184 --> Internet
42+
* Rule 4: 13.72.180.105 --> Internet
43+
* Rule 5: 13.72.53.37 --> Internet
4444

4545
Make sure the UDR is applied to the subnet your ASE is deployed to.
4646

@@ -56,16 +56,16 @@ The images below describe the default NSG rules created during the ASE creation.
5656

5757
### Service Endpoints
5858

59-
Depending what storage you are using you will be required to enable Service Endpoints for SQL and Azure Storage to access them without going back down to the DISA BCAP. You also need to enable EventHub Service Endpoint for ASE logs.
59+
Depending on the storage you use, you will be required to enable Service Endpoints for SQL and Azure Storage to access them without going back down to the DISA BCAP. You also need to enable EventHub Service Endpoint for ASE logs. [Learn more](https://docs.microsoft.com/azure/app-service/environment/network-info#service-endpoints).
6060

6161
## FAQs
6262

63-
* Some configuration changes may take some time to take effect. Allow for several hours for changes to routing, NSGs, ASE Health, etc. to propagate and take effect, or optionally you can reboot the ASE.
63+
Some configuration changes may take some time to take effect. Allow for several hours for changes to routing, NSGs, ASE Health, etc. to propagate and take effect, or optionally you can reboot the ASE.
6464

6565
## Resource manager template sample
6666

6767
> [!NOTE]
68-
>In order to deploy non-RFC 1918 IP addresses in the portal you must pre-stage the VNet and Subnet for the ASE. You can use a Resource Manager Template to deploy the ASE with non-RFC1918 IPs as well.
68+
> In order to deploy non-RFC 1918 IP addresses in the portal you must pre-stage the VNet and Subnet for the ASE. You can use a Resource Manager Template to deploy the ASE with non-RFC1918 IPs as well.
6969
7070
<a href="https://portal.azure.us/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2FApp-Service-Environment-AzFirewall%2Fazuredeploy.json" target="_blank">
7171

0 commit comments

Comments
 (0)