Skip to content

Commit 46eeac4

Browse files
committed
Update apache-spark-azure-log-analytics.md
1 parent 71c0691 commit 46eeac4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/synapse-analytics/spark/apache-spark-azure-log-analytics.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: whhender
77
ms.service: azure-synapse-analytics
88
ms.topic: how-to
99
ms.subservice: spark
10-
ms.date: 12/02/2024
10+
ms.date: 12/13/2024
1111
ms.custom: references_regions
1212
---
1313

@@ -111,14 +111,14 @@ You can create an Apache Spark Configuration to your workspace, and when you cre
111111
1. Select **New** button to create a new Apache Spark configuration.
112112
1. **New Apache Spark configuration** page will be opened after you select **New** button.
113113

114-
![Screenshot that create spark configuration.](./media/apache-spark-azure-log-analytics/create-spark-configuration.png)
114+
:::image type="content" source="./media/apache-spark-azure-log-analytics/create-spark-configuration.png" alt-text="Screenshot that create spark configuration.":::
115115

116116
1. For **Name**, you can enter your preferred and valid name.
117117
1. For **Description**, you can input some description in it.
118118
1. For **Annotations**, you can add annotations by clicking the **New** button, and also you can delete existing annotations by selecting and clicking **Delete** button.
119119
1. For **Configuration properties**, add all the properties from the configuration option you chose by selecting the **Add** button. For **Property** add the property name as listed, and for **Value** use the value you gathered during step 2. If you don't add a property, Azure Synapse will use the default value when applicable.
120120

121-
![Screenshot with an example for updating configuration properties.](./media/apache-spark-azure-log-analytics/spark-configuration.png)
121+
:::image type="content" source="./media/apache-spark-azure-log-analytics/spark-configuration.png" alt-text="Screenshot with an example for updating configuration properties.":::
122122

123123
## Submit an Apache Spark application and view the logs and metrics
124124

@@ -226,23 +226,23 @@ Users can query to evaluate metrics and logs at a set frequency, and fire an ale
226226

227227
After the Synapse workspace is created with [data exfiltration protection](../security/workspace-data-exfiltration-protection.md) enabled.
228228

229-
When you want to enable this feature, you need to create managed private endpoint connection requests to [Azure Monitor private link scopes (A M P L S)](/azure/azure-monitor/logs/private-link-security) in the workspace’s approved Microsoft Entra tenants.
229+
When you want to enable this feature, you need to create managed private endpoint connection requests to [Azure Monitor private link scopes (AMPLS)](/azure/azure-monitor/logs/private-link-security) in the workspace’s approved Microsoft Entra tenants.
230230

231-
You can follow below steps to create a managed private endpoint connection to Azure Monitor private link scopes (A M P L S):
231+
You can follow below steps to create a managed private endpoint connection to Azure Monitor private link scopes (AMPLS):
232232

233-
1. If there's no existing A M P L S, you can follow [Azure Monitor Private Link connection setup](/azure/azure-monitor/logs/private-link-security) to create one.
234-
1. Navigate to your A M P L S in Azure portal, on the **Azure Monitor Resources** page, select **Add** to add connection to your Azure Log Analytics workspace.
233+
1. If there's no existing AMPLS, you can follow [Azure Monitor Private Link connection setup](/azure/azure-monitor/logs/private-link-security) to create one.
234+
1. Navigate to your AMPLS in Azure portal, on the **Azure Monitor Resources** page, select **Add** to add connection to your Azure Log Analytics workspace.
235235
1. Navigate to **Synapse Studio > Manage > Managed private endpoints**, select **New** button, select **Azure Monitor Private Link Scopes**, and **continue**.
236236
> [!div class="mx-imgBorder"]
237-
> ![Screenshot of create A M P L S managed private endpoint 1.](./media/apache-spark-azure-log-analytics/create-ampls-private-endpoint-1.png)
237+
> ![Screenshot of create AMPLS managed private endpoint 1.](./media/apache-spark-azure-log-analytics/create-ampls-private-endpoint-1.png)
238238
1. Choose your Azure Monitor Private Link Scope you created, and select **Create** button.
239239
> [!div class="mx-imgBorder"]
240-
> ![Screenshot of create A M P L S managed private endpoint 2.](./media/apache-spark-azure-log-analytics/create-ampls-private-endpoint-2.png)
240+
> ![Screenshot of create AMPLS managed private endpoint 2.](./media/apache-spark-azure-log-analytics/create-ampls-private-endpoint-2.png)
241241
1. Wait a few minutes for private endpoint provisioning.
242-
1. Navigate to your A M P L S in Azure portal again, on the **Private Endpoint connections** page, select the connection provisioned and **Approve**.
242+
1. Navigate to your AMPLS in Azure portal again, on the **Private Endpoint connections** page, select the connection provisioned and **Approve**.
243243

244244
> [!NOTE]
245-
> - The A M P L S object has a number of limits you should consider when planning your Private Link setup. See [A M P L S limits](/azure/azure-monitor/logs/private-link-security) for a deeper review of these limits.
245+
> - The AMPLS object has a number of limits you should consider when planning your Private Link setup. See [AMPLS limits](/azure/azure-monitor/logs/private-link-security) for a deeper review of these limits.
246246
> - Check if you have [right permission](../security/synapse-workspace-access-control-overview.md) to create managed private endpoint.
247247
248248
## Related content

0 commit comments

Comments
 (0)