Skip to content

Commit d15e03a

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-roles-compute-gallery
2 parents b48bd7c + b1979bb commit d15e03a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/storage-dev-guides/storage-dev-guide-project-setup-dotnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ public BlobServiceClient GetBlobServiceClient(string accountName)
4949
}
5050
```
5151

52-
You can also register a service client for [dependency injection](/dotnet/azure/sdk/dependency-injection) in a .NET app. To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
52+
You can register a service client for [dependency injection](/dotnet/azure/sdk/dependency-injection) in a .NET app.
53+
54+
You can also create client objects for specific [containers](../../articles/storage/blobs/storage-blob-client-management.md#create-a-blobcontainerclient-object) or [blobs](../../articles/storage/blobs/storage-blob-client-management.md#create-a-blobclient-object). To learn more about creating and managing client objects, see [Create and manage client objects that interact with data resources](../../articles/storage/blobs/storage-blob-client-management.md).
5355

0 commit comments

Comments
 (0)