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/azure-government/documentation-government-ase-disa-cap.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ However, since DISA advertises a default route out the ExpressRoute circuit, the
36
36
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
37
37
)
38
38
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
44
44
45
45
Make sure the UDR is applied to the subnet your ASE is deployed to.
46
46
@@ -56,16 +56,16 @@ The images below describe the default NSG rules created during the ASE creation.
56
56
57
57
### Service Endpoints
58
58
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).
60
60
61
61
## FAQs
62
62
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.
64
64
65
65
## Resource manager template sample
66
66
67
67
> [!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.
0 commit comments