Skip to content

Commit 92b705d

Browse files
Fix build errors
1 parent 1a6eab1 commit 92b705d

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,11 @@ items:
587587
href: /dotnet/azure/sdk/authentication-on-premises-apps?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
588588
- name: Shared access signature (SAS)
589589
items:
590-
- name: Auth using a user delegation SAS
590+
- name: Authorize using a user delegation SAS
591591
href: storage-blob-user-delegation-sas-create-dotnet.md
592-
- name: Auth using a service SAS
592+
- name: Authorize using a service SAS
593593
href: sas-service-create-dotnet.md
594-
- name: Auth using an account SAS
594+
- name: Authorize using an account SAS
595595
href: ../common/storage-account-sas-create-dotnet.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
596596
- name: Container actions
597597
items:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: pauljewellmsft
6+
ms.service: azure-blob-storage
7+
ms.topic: include
8+
ms.date: 09/21/2023
9+
ms.author: pauljewell
10+
ms.custom: include file
11+
---
12+
13+
> [!div class="op_single_selector"]
14+
>
15+
> - [.NET](../../articles/storage/blobs/sas-service-create-dotnet-container.md)
16+
> - [Java](../../articles/storage/blobs/sas-service-create-java-container.md)
17+
> - [Python](../../articles/storage/blobs/sas-service-create-python-container.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: storage
5+
author: pauljewellmsft
6+
ms.service: azure-blob-storage
7+
ms.topic: include
8+
ms.date: 09/21/2023
9+
ms.author: pauljewell
10+
ms.custom: include file
11+
---
12+
13+
> [!div class="op_single_selector"]
14+
>
15+
> - [.NET](../../articles/storage/blobs/storage-blob-container-user-delegation-sas-create-dotnet.md)
16+
> - [Java](../../articles/storage/blobs/storage-blob-container-user-delegation-sas-create-java.md)
17+
> - [Python](../../articles/storage/blobs/storage-blob-container-user-delegation-sas-create-python.md)

0 commit comments

Comments
 (0)