Skip to content

Commit 18b913a

Browse files
authored
Merge pull request #31793 from nschonni/remove-locale
fix: Remove link locale
2 parents 9eaa3f8 + 9966d7e commit 18b913a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/hdinsight/hdinsight-restrict-outbound-traffic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are several dependencies that require inbound traffic. The inbound managem
2121

2222
The HDInsight outbound traffic dependencies are almost entirely defined with FQDNs, which don't have static IP addresses behind them. The lack of static addresses means that Network Security Groups (NSGs) can't be used to lock down the outbound traffic from a cluster. The addresses change often enough that one can't set up rules based on the current name resolution and use that to set up NSG rules.
2323

24-
The solution to securing outbound addresses is to use a firewall device that can control outbound traffic based on domain names. Azure Firewall can restrict outbound HTTP and HTTPS traffic based on the FQDN of the destination or [FQDN tags](https://docs.microsoft.com/en-us/azure/firewall/fqdn-tags).
24+
The solution to securing outbound addresses is to use a firewall device that can control outbound traffic based on domain names. Azure Firewall can restrict outbound HTTP and HTTPS traffic based on the FQDN of the destination or [FQDN tags](https://docs.microsoft.com/azure/firewall/fqdn-tags).
2525

2626
## Configuring Azure Firewall with HDInsight
2727

articles/sql-database/sql-database-tutorial-predictive-model-prepare-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In [part three](sql-database-tutorial-predictive-model-deploy.md), you'll learn
4040

4141
* Azure SQL Database Server with Machine Learning Services enabled - During the public preview, Microsoft will onboard you and enable machine learning for your existing or new databases. Follow the steps in [Sign up for the preview](sql-database-machine-learning-services-overview.md#signup).
4242

43-
* RevoScaleR package - See [RevoScaleR](https://docs.microsoft.com/en-us/sql/advanced-analytics/r/ref-r-revoscaler?view=sql-server-2017#versions-and-platforms) for options to install this package locally.
43+
* RevoScaleR package - See [RevoScaleR](https://docs.microsoft.com/sql/advanced-analytics/r/ref-r-revoscaler?view=sql-server-2017#versions-and-platforms) for options to install this package locally.
4444

4545
* R IDE - This tutorial uses [RStudio Desktop](https://www.rstudio.com/products/rstudio/download/).
4646

@@ -56,7 +56,7 @@ The sample dataset used in this tutorial has been saved to a **.bacpac** databas
5656

5757
1. Download the file [TutorialDB.bacpac](https://sqlchoice.blob.core.windows.net/sqlchoice/static/TutorialDB.bacpac).
5858

59-
1. Follow the directions in [Import a BACPAC file to create an Azure SQL database](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-import), using these details:
59+
1. Follow the directions in [Import a BACPAC file to create an Azure SQL database](https://docs.microsoft.com/azure/sql-database/sql-database-import), using these details:
6060

6161
* Import from the **TutorialDB.bacpac** file you downloaded
6262
* During the public preview, choose the **Gen5/vCore** configuration for the new database

0 commit comments

Comments
 (0)