Skip to content

Commit ca2bac3

Browse files
authored
Merge pull request #303 from changeworld/patch-3
Fix typo
2 parents 053e589 + a7ae404 commit ca2bac3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/how-to-network-isolation-planning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ To make the right decision on which networking set-up works best for your scenar
127127

128128
| | Managed network (recommended) | Custom network |
129129
| --- | --- | --- |
130-
| __Benefits__ | - Minimize set-up and maintenance overhead. </br>- Supports managed online endpoints. </br>- Supports serverless spark. </br>- Access to HTTPs endpoint resources located on-premises or in your custom virtual network. </br>- Focus for new feature development. | - Customize network to your requirements. </br>- Bring your own non-Azure resources. </br>- Connect to on-premises resources. |
131-
| __Limitations__ | - Extra costs for Azure Firewall and FQDN rules. </br>- Logging of the virtual network firewall and NSG rules isn't supported. </br>- Access to non-HTTPs endpoint resources isn't supported. | - New feature support might be delayed. </br>-Managed online endpoints aren't supported. </br>- Serverless spark isn't supported. </br>- Foundational models aren't supported. </br>- No code MLFlow isn't supported. </br>- Implementation complexity. </br>- Maintenance overhead. |
130+
| __Benefits__ | - Minimize set-up and maintenance overhead. </br>- Supports managed online endpoints. </br>- Supports serverless spark. </br>- Access to HTTPS endpoint resources located on-premises or in your custom virtual network. </br>- Focus for new feature development. | - Customize network to your requirements. </br>- Bring your own non-Azure resources. </br>- Connect to on-premises resources. |
131+
| __Limitations__ | - Extra costs for Azure Firewall and FQDN rules. </br>- Logging of the virtual network firewall and NSG rules isn't supported. </br>- Access to non-HTTPS endpoint resources isn't supported. | - New feature support might be delayed. </br>-Managed online endpoints aren't supported. </br>- Serverless spark isn't supported. </br>- Foundational models aren't supported. </br>- No code MLFlow isn't supported. </br>- Implementation complexity. </br>- Maintenance overhead. |
132132

133133
### Use a public workspace
134134

articles/machine-learning/includes/machine-learning-online-endpoint-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dig endpointname.westcentralus.inference.ml.azure.com
111111
"Swagger not found"
112112
```
113113

114-
1. If curl HTTPs fails or times out but HTTP works, check whether the certificate is valid.
114+
1. If curl HTTPS fails or times out but HTTP works, check whether the certificate is valid.
115115

116116
1. If the preceding process fails to resolve to the A record, verify if the resolution works from Azure DNS (168.63.129.16).
117117

0 commit comments

Comments
 (0)