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/azure-resource-manager/bicep/deploy-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: Deploy Bicep files with Visual Studio Code
3
3
description: Deploy Bicep files from Visual Studio Code.
4
4
ms.topic: how-to
5
5
ms.custom: devx-track-bicep
6
-
ms.date: 03/20/2024
6
+
ms.date: 12/03/2024
7
7
---
8
8
9
9
# Deploy Bicep files from Visual Studio Code
10
10
11
11
You can use [Visual Studio Code with the Bicep extension](./visual-studio-code.md#deploy-bicep-file) to deploy a Bicep file. You can deploy to any scope. This article shows deploying to a resource group.
12
12
13
-
From an opened Bicep file in VS Code, there are there ways you can find the command:
13
+
From an opened Bicep file in VS Code, there are three ways you can find the command:
14
14
15
15
- Right-click the Bicep file name from the Explorer pane, not the one under **OPEN EDITORS**:
16
16
@@ -24,9 +24,9 @@ From an opened Bicep file in VS Code, there are there ways you can find the comm
24
24
25
25
After you select the command, you follow the wizard to enter the values:
26
26
27
-
1.Sign in to Azure and select subscription.
27
+
1.If you're not signed in, follow the instructions provided in the prompt to complete the sign-in process.
28
28
29
-
:::image type="content" source="./media/deploy-vscode/bicep-deploy-select-subscription.png" alt-text="Screenshot of Select subscription.":::
29
+
:::image type="content" source="./media/deploy-vscode/bicep-deploy-sign-in.png" alt-text="Screenshot of sign-in.":::
Copy file name to clipboardExpand all lines: articles/data-factory/format-parquet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ For copy running on Self-hosted IR with Parquet file serialization/deserializati
42
42
43
43
-**To use JRE**: The 64-bit IR requires 64-bit JRE. You can find it from [here](https://go.microsoft.com/fwlink/?LinkId=808605).
44
44
-**To use JDK**: The 64-but IR requires 64-bit JDK 23. You can find it from [here](https://www.oracle.com/java/technologies/downloads/#jdk23-windows). Be sure to update the `JAVA_HOME` system variable to the root folder of the JDK 23 installation i.e. `C:\Program Files\Java\jdk-23`, and add the path to both the `C:\Program Files\Java\jdk-23\bin` and `C:\Program Files\Java\jdk-23\bin\server` folders to the `Path` system variable.
45
-
-**To use OpenJDK**: It's supported since IR version 3.13. Package the jvm.dll with all other required assemblies of OpenJDK into Self-hosted IR machine, and set system environment variable JAVA_HOME accordingly, and then restart Self-hosted IR for taking effect immediately.
45
+
-**To use OpenJDK**: It's supported since IR version 3.13. Package the jvm.dll with all other required assemblies of OpenJDK into Self-hosted IR machine, and set system environment variable JAVA_HOME accordingly, and then restart Self-hosted IR for taking effect immediately. To download the Microsoft Build of OpenJDK, see [Microsoft Build of OpenJDK™](https://www.microsoft.com/openjdk).
46
46
47
47
> [!TIP]
48
48
> If you copy data to/from Parquet format using Self-hosted Integration Runtime and hit error saying "An error occurred when invoking java, message: **java.lang.OutOfMemoryError:Java heap space**", you can add an environment variable `_JAVA_OPTIONS` in the machine that hosts the Self-hosted IR to adjust the min/max heap size for JVM to empower such copy, then rerun the pipeline.
This article walks you through the steps to add, resize, and remove a virtual network gateway for a pre-existing virtual network (VNet) using PowerShell. The steps for this configuration apply to VNets that were created using the Resource Manager deployment model for an ExpressRoute configuration. For more information about virtual network gateways and gateway configuration settings for ExpressRoute, see [About virtual network gateways for ExpressRoute](expressroute-about-virtual-network-gateways.md).
19
+
This article walks you through the steps to add, resize, and remove a virtual network gateway for a preexisting virtual network (VNet) using PowerShell. The steps for this configuration apply to VNets that were created using the Resource Manager deployment model for an ExpressRoute configuration. For more information about virtual network gateways and gateway configuration settings for ExpressRoute, see [About virtual network gateways for ExpressRoute](expressroute-about-virtual-network-gateways.md).
20
20
21
21
:::image type="content" source="./media/expressroute-howto-add-gateway-portal-resource-manager/gateway-circuit.png" alt-text="Diagram showing an ExpressRoute gateway connected to the ExpressRoute circuit." lightbox="./media/expressroute-howto-add-gateway-portal-resource-manager/gateway-circuit.png":::
22
22
23
23
## Prerequisites
24
24
25
25
### Configuration reference list
26
26
27
-
The steps for this task use a VNet based on the values in the following configuration reference list. Additional settings and names are also outlined in this list. We don't use this list directly in any of the steps, although we do add variables based on the values in this list. You can copy the list to use as a reference, replacing the values with your own.
27
+
The steps for this task use a VNet based on the values in the following configuration reference list. More settings and names are also outlined in this list. We don't use this list directly in any of the steps, although we do add variables based on the values in this list. You can copy the list to use as a reference, replacing the values with your own.
28
28
29
29
| Setting | Value |
30
30
| --- | --- |
@@ -36,7 +36,7 @@ The steps for this task use a VNet based on the values in the following configur
36
36
| Subnet1 Name |*FrontEnd*|
37
37
| Gateway Subnet name |*GatewaySubnet*|
38
38
| Gateway Subnet address space |*192.168.200.0/26*|
39
-
| Region |*East US*|
39
+
| Region |*West US*|
40
40
| Gateway Name |*GW*|
41
41
| Gateway IP Name |*GWIP*|
42
42
| Gateway IP configuration Name |*gwipconf*|
@@ -55,7 +55,19 @@ The steps for this task use a VNet based on the values in the following configur
55
55
56
56
```azurepowershell-interactive
57
57
$RG = "TestRG"
58
-
$Location = "East US"
58
+
$Location = "West US"
59
+
$GWName = "GW"
60
+
$GWIPName = "GWIP"
61
+
$GWIPconfName = "gwipconf"
62
+
$VNetName = "TestVNet"
63
+
```
64
+
65
+
If you want to create the gateway in an Azure Extended Zone, add the **$ExtendedLocation** variable.
66
+
67
+
```azurepowershell-interactive
68
+
$RG = "TestRG"
69
+
$Location = "West US"
70
+
$ExtendedLocation = "losangeles"
59
71
$GWName = "GW"
60
72
$GWIPName = "GWIP"
61
73
$GWIPconfName = "gwipconf"
@@ -90,6 +102,11 @@ The steps for this task use a VNet based on the values in the following configur
If you want to create the gateway in an Azure Extended Zone, request a public IP address in the Extended Zone using the **-ExtendedLocation** parameter.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/security/how-to-create-managed-private-endpoints.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ After submitting the request, you'll see its status. To verify the successful cr
40
40
You can also see that the *Approval State* is *Pending*. The owner of the target resource can approve or deny the private endpoint connection request. If the owner approves the private endpoint connection request, then a private link is established. If denied, then a private link isn't established.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/spark/apache-spark-manage-workspace-packages.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to add and manage libraries to workspace in Azure Synapse
4
4
author: shuaijunye
5
5
ms.service: azure-synapse-analytics
6
6
ms.topic: conceptual
7
-
ms.date: 11/03/2022
7
+
ms.date: 12/03/2024
8
8
ms.author: shuaijunye
9
9
ms.subservice: spark
10
10
---
@@ -15,8 +15,8 @@ Workspace packages can be custom or private wheel (Python), jar (Scala/Java), or
15
15
16
16
To add workspace packages:
17
17
1. Navigate to the **Manage** > **Workspace packages** tab.
18
-
2. Upload your wheel files by using the file selector.
19
-
3. Once the files have been uploaded to the Azure Synapse workspace, you can add these packages to a given Apache Spark pool.
18
+
2. Upload your files using the file selector.
19
+
3. Once the files have been uploaded to the Azure Synapse workspace, you can add these packages to an Apache Spark pool.
20
20
21
21
:::image type="content" source="./media/apache-spark-azure-portal-add-libraries/studio-add-workspace-package.png" alt-text="Screenshot that highlights workspace packages." lightbox="./media/apache-spark-azure-portal-add-libraries/studio-add-workspace-package.png":::
22
22
@@ -26,10 +26,10 @@ To add workspace packages:
26
26
>- Once Workspace Packages are used to install packages on a given Apache Spark pool, there is a limitation that you can no longer specify packages using the Storage account path on the same pool.
27
27
28
28
> [!NOTE]
29
-
> It's recommended that you don't have multiple wheel packages with the same name in a workspace. If you want to use a different version of the same wheel package, you have to delete the existing version and upload the new one.
29
+
> It's recommended that you don't have multiple packages with the same name in a workspace. If you want to use a different version of the same package, you have to delete the existing version and upload the new one.
30
30
31
31
## Storage account
32
-
Custom-built wheel packages can be installed on the Apache Spark pool by uploading all the wheel files into the Azure Data Lake Storage (Gen2) account that is linked with the Synapse workspace.
32
+
Custom-built packages can be installed on the Apache Spark pool by uploading all the files into the Azure Data Lake Storage (Gen2) account that is linked with the Synapse workspace.
33
33
34
34
The files should be uploaded to the following path in the storage account's default container:
> - In some cases, you may need to create the file path based on the structure above if it does not already exist. For example, you may need to add the ```python``` folder within the ```libraries``` folder if it does not already exist.
42
-
> - This method of managing custom wheel files will not be supported on the Azure Synapse Runtime for Apache Spark 3.0. Please refer to the Workspace packages feature to manage custom wheel files.
42
+
> - This method of managing custom files will not be supported on the Azure Synapse Runtime for Apache Spark 3.0. Please refer to the Workspace packages feature to manage custom files.
43
43
44
44
> [!IMPORTANT]
45
45
> To install custom libraries using the Azure DataLake Storage method, you must have the **Storage Blob Data Contributor** or **Storage Blob Data Owner** permissions on the primary Gen2 Storage account that is linked to the Azure Synapse Analytics workspace.
0 commit comments