Skip to content

Commit ebf0350

Browse files
Edits
1 parent 5e39b6a commit ebf0350

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/storage/files/storage-dotnet-how-to-use-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ For more information and examples, see the following resources:
325325
326326
To connect an app to Azure Files, create a `ShareClient` object. This object is your starting point for working with Azure Files resources. The following code examples show how to create a `ShareClient` object using different authorization mechanisms.
327327
328-
## [Microsoft Entra ID (recommended)](#tab/azure-ad)
328+
## [Microsoft Entra ID (recommended)](#tab/entra-id)
329329
330330
To authorize with Microsoft Entra ID, you need to use a security principal. The type of security principal you need depends on where your app runs. Use this table as a guide.
331331

articles/storage/files/storage-java-how-to-use-file-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ For more information and examples, see the following resources:
356356

357357
To connect an app to Azure Files, create a `ShareClient` object. This object is your starting point for working with Azure Files resources. The following code examples show how to create a `ShareClient` object using different authorization mechanisms.
358358

359-
## [Microsoft Entra ID (recommended)](#tab/azure-ad)
359+
## [Microsoft Entra ID (recommended)](#tab/entra-id)
360360

361361
To authorize with Microsoft Entra ID, you'll need to use a security principal. Which type of security principal you need depends on where your app runs. To learn more about authentication scenarios, see [Azure authentication with Java and Azure Identity](/azure/developer/java/sdk/authentication/overview).
362362

articles/storage/files/storage-python-how-to-use-file-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ file_share_path = "Z:\\file-share"
177177
write_to_file(file_share_path, "test.txt")
178178
```
179179

180-
### Example: Enumerate file ACLs using System.IO
180+
### Example: Enumerate file ACLs using Python file I/O libraries
181181

182182
The following code example shows how to enumerate basic access control lists (ACLs) for a file:
183183

@@ -252,7 +252,7 @@ For more information and examples, see the following resources:
252252

253253
To connect an app to Azure Files, create a `ShareClient` object. This object is your starting point for working with Azure Files resources. The following code examples show how to create a `ShareClient` object using different authorization mechanisms.
254254

255-
## [Microsoft Entra ID (recommended)](#tab/azure-ad)
255+
## [Microsoft Entra ID (recommended)](#tab/entra-id)
256256

257257
To authorize with Microsoft Entra ID, you need to use a security principal. The type of security principal you need depends on where your app runs. Use this table as a guide.
258258

0 commit comments

Comments
 (0)