Skip to content

Commit eaab682

Browse files
authored
Merge pull request #88122 from dagiro/master
cats51
2 parents dd12df4 + ce61e74 commit eaab682

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

articles/hdinsight/apache-kafka-spark-structured-streaming-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Spark structured streaming is a stream processing engine built on Spark SQL. It
2929

3030
Apache Kafka on HDInsight does not provide access to the Kafka brokers over the public internet. Anything that talks to Kafka must be in the same Azure virtual network as the nodes in the Kafka cluster. For this example, both the Kafka and Spark clusters are located in an Azure virtual network. The following diagram shows how communication flows between the clusters:
3131

32-
![Diagram of Spark and Kafka clusters in an Azure virtual network](./media/hdinsight-apache-spark-with-kafka/spark-kafka-vnet.png)
32+
![Diagram of Spark and Kafka clusters in an Azure virtual network](./media/apache-kafka-spark-structured-streaming-cosmosdb/apache-spark-kafka-vnet.png)
3333

3434
> [!NOTE]
3535
> The Kafka service is limited to communication within the virtual network. Other services on the cluster, such as SSH and Ambari, can be accessed over the internet. For more information on the public ports available with HDInsight, see [Ports and URIs used by HDInsight](hdinsight-hadoop-port-settings-for-services.md).

articles/hdinsight/connect-on-premises-network.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ These steps use the [Azure portal](https://portal.azure.com) to create an Azure
6363

6464
2. From the left menu, navigate to **+ Create a resource** > **Compute** > **Ubuntu Server 18.04 LTS**.
6565

66-
![Create an Ubuntu virtual machine](./media/connect-on-premises-network/create-ubuntu-vm.png)
66+
![Create an Ubuntu virtual machine](./media/connect-on-premises-network/create-ubuntu-virtual-machine.png)
6767

6868
3. From the __Basics__ tab, enter the following information:
6969

@@ -80,7 +80,7 @@ These steps use the [Azure portal](https://portal.azure.com) to create an Azure
8080
|Password or SSH public key | The available field is determined by your choice for **Authentication type**. Enter the appropriate value.|
8181
|Public inbound ports|Select **Allow selected ports**. Then select **SSH (22)** from the **Select inbound ports** drop-down list.|
8282

83-
![Virtual machine basic configuration](./media/connect-on-premises-network/vm-basics.png)
83+
![Virtual machine basic configuration](./media/connect-on-premises-network/virtual-machine-basics.png)
8484

8585
Leave other entries at the default values and then select the **Networking** tab.
8686

@@ -105,7 +105,7 @@ Once the virtual machine has been created, you will receive a **Deployment succe
105105

106106
2. Note the values for **PUBLIC IP ADDRESS/DNS NAME LABEL** and **PRIVATE IP ADDRESS** for later use.
107107

108-
![Public and private IP addresses](./media/connect-on-premises-network/vm-ip-addresses.png)
108+
![Public and private IP addresses](./media/connect-on-premises-network/virtual-machine-ip-addresses.png)
109109

110110
### Install and configure Bind (DNS software)
111111

articles/hdinsight/domain-joined/apache-domain-joined-configure-using-azure-adds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once the managed identity is created and given the correct role, the AAD-DS admi
6969
7070
After you enable Azure AD-DS, a local Domain Name Service (DNS) server runs on the AD Virtual Machines (VMs). Configure your Azure AD-DS Virtual Network (VNET) to use these custom DNS servers. To locate the right IP addresses, select **Properties** under the **Manage** category and look at the IP Addresses listed beneath **IP Address on Virtual Network**.
7171

72-
![Locate IP Addresses for Local DNS Servers](./media/apache-domain-joined-configure-using-azure-adds/hdinsight-aadds-dns.png)
72+
![Locate IP Addresses for Local DNS Servers](./media/apache-domain-joined-configure-using-azure-adds/hdinsight-aadds-dns1.png)
7373

7474
Change the configuration of the DNS servers in the Azure AD-DS VNET to use these custom IPs by selecting **DNS Servers** under the **Settings** category. Then click the radio button next to **Custom**, enter the first IP Address in the text box below, and click **Save**. Add additional IP Addresses using the same steps.
7575

16.8 KB
Loading

0 commit comments

Comments
 (0)