Skip to content

Commit d932954

Browse files
committed
cx
1 parent c3776f9 commit d932954

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/service-connector/how-to-integrate-storage-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 06/07/2026
8+
ms.date: 04/08/2026
99
#customer intent: As an Azure app developer, I want to see authentication methods, environment variables, and sample code for connecting Azure Files, so I can integrate Azure Files into my Azure apps.
1010
---
1111

articles/service-connector/includes/code-file-secret.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: wchigit
33
description: code sample
44
ms.service: service-connector
55
ms.topic: include
6-
ms.date: 04/07/2026
6+
ms.date: 04/08/2026
77
ms.author: wchi
88
---
99

@@ -15,7 +15,7 @@ ms.author: wchi
1515
dotnet add package Azure.Storage.Files.Shares --version 12.16.0
1616
```
1717

18-
1. Get the connection string from the Service Connector environment variable.
18+
1. Run the following code, getting the connection string from the Service Connector environment variable.
1919

2020
```csharp
2121
using System;
@@ -38,7 +38,7 @@ ms.author: wchi
3838
</dependency>
3939
```
4040

41-
1. Get the connection string from the environment variable added by Service Connector.
41+
1. Run the following code, getting the connection string from the environment variable added by Service Connector.
4242

4343
```java
4444
import com.azure.storage.file.share.*;
@@ -60,7 +60,7 @@ To set up your Spring application, see [Using Spring Cloud Azure Storage File Sh
6060
pip install azure-storage-file-share
6161
```
6262

63-
1. Get the connection string from the Service Connector environment variable.
63+
1. Run the following code, getting the connection string from the Service Connector environment variable.
6464

6565
```python
6666
from azure.storage.fileshare import ShareServiceClient
@@ -77,7 +77,7 @@ To set up your Spring application, see [Using Spring Cloud Azure Storage File Sh
7777
npm install @azure/storage-file-share
7878
```
7979

80-
1. Get the connection string from the Service Connector environment variable.
80+
1. Run the following code, getting the connection string from the Service Connector environment variable.
8181

8282
```javascript
8383
const { ShareServiceClient } = require("@azure/storage-file-share");

0 commit comments

Comments
 (0)