Skip to content

Commit 3dad771

Browse files
authored
Merge pull request #221943 from tamram/tamram22-1219
.NET dev guide: add client lib config options section
2 parents 1aef02a + 5294d5f commit 3dad771

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ items:
422422
href: ../common/customer-managed-keys-configure-cross-tenant-existing-account.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
423423
- name: Configure customer-managed keys in a managed HSM
424424
href: ../common/customer-managed-keys-configure-key-vault-hsm.md?toc=/azure/storage/blobs/toc.json&bc=/azure/storage/blobs/breadcrumb/toc.json
425-
- name: Provide an encryption key on a request
426-
href: storage-blob-customer-provided-key.md
427425
- name: Manage encryption scopes
428426
href: encryption-scope-manage.md
429427
- name: Enable infrastructure encryption for the account
@@ -464,8 +462,6 @@ items:
464462
href: soft-delete-blob-manage.md
465463
- name: Enable point-in-time restore
466464
href: point-in-time-restore-manage.md
467-
- name: Create snapshots (.NET)
468-
href: snapshots-manage-dotnet.md
469465
- name: Process change feed logs
470466
href: storage-blob-change-feed-how-to.md
471467
- name: Configure an immutability policy
@@ -508,8 +504,6 @@ items:
508504
href: object-replication-configure.md
509505
- name: Prevent object replication across tenants
510506
href: object-replication-prevent-cross-tenant-policies.md
511-
- name: Manage concurrency
512-
href: concurrency-manage.md
513507
- name: Host a static website
514508
items:
515509
- name: Host a static website
@@ -614,14 +608,22 @@ items:
614608
href: storage-blob-properties-metadata.md
615609
- name: Create and manage leases
616610
href: storage-blob-container-lease.md
611+
- name: Create and manage snapshots
612+
href: snapshots-manage-dotnet.md
617613
- name: Append blob actions
618614
items:
619615
- name: Append data to an append blob
620616
href: storage-blob-append.md
621-
- name: Implement a retry policy
622-
href: storage-retry-policy.md
623-
- name: Performance tuning for uploads and downloads
624-
href: storage-blobs-tune-upload-download.md
617+
- name: Client library configuration options
618+
items:
619+
- name: Performance tuning for uploads and downloads
620+
href: storage-blobs-tune-upload-download.md
621+
- name: Implement a retry policy
622+
href: storage-retry-policy.md
623+
- name: Manage concurrency
624+
href: concurrency-manage.md
625+
- name: Provide an encryption key on a write request
626+
href: storage-blob-customer-provided-key.md
625627
- name: Java
626628
items:
627629
- name: Get started

0 commit comments

Comments
 (0)