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/synapse-analytics/spark/apache-spark-azure-log-analytics.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.reviewer: whhender
7
7
ms.service: azure-synapse-analytics
8
8
ms.topic: how-to
9
9
ms.subservice: spark
10
-
ms.date: 12/02/2024
10
+
ms.date: 12/13/2024
11
11
ms.custom: references_regions
12
12
---
13
13
@@ -111,14 +111,14 @@ You can create an Apache Spark Configuration to your workspace, and when you cre
111
111
1. Select **New** button to create a new Apache Spark configuration.
112
112
1.**New Apache Spark configuration** page will be opened after you select **New** button.
113
113
114
-

114
+
:::image type="content" source="./media/apache-spark-azure-log-analytics/create-spark-configuration.png" alt-text="Screenshot that create spark configuration.":::
115
115
116
116
1. For **Name**, you can enter your preferred and valid name.
117
117
1. For **Description**, you can input some description in it.
118
118
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.
119
119
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.
120
120
121
-

121
+
:::image type="content" source="./media/apache-spark-azure-log-analytics/spark-configuration.png" alt-text="Screenshot with an example for updating configuration properties.":::
122
122
123
123
## Submit an Apache Spark application and view the logs and metrics
124
124
@@ -226,23 +226,23 @@ Users can query to evaluate metrics and logs at a set frequency, and fire an ale
226
226
227
227
After the Synapse workspace is created with [data exfiltration protection](../security/workspace-data-exfiltration-protection.md) enabled.
228
228
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.
230
230
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):
232
232
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.
235
235
1. Navigate to **Synapse Studio > Manage > Managed private endpoints**, select **New** button, select **Azure Monitor Private Link Scopes**, and **continue**.
236
236
> [!div class="mx-imgBorder"]
237
-
> 
237
+
> 
238
238
1. Choose your Azure Monitor Private Link Scope you created, and select **Create** button.
239
239
> [!div class="mx-imgBorder"]
240
-
> 
240
+
> 
241
241
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**.
243
243
244
244
> [!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.
246
246
> - Check if you have [right permission](../security/synapse-workspace-access-control-overview.md) to create managed private endpoint.
0 commit comments