File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Secure access to an application's data in the cloud with Azure Storage | Microsoft Docs
3
- description : Use SAS tokens, encryption and HTTPS to secure your application's data in the cloud
3
+ description : Use SAS tokens, encryption and HTTPS to secure your application's data in the cloud.
4
4
services : storage
5
5
author : tamram
6
6
manager : jeconnoc
7
7
8
8
ms.service : storage
9
9
ms.topic : tutorial
10
- ms.date : 03/06 /2018
10
+ ms.date : 05/30 /2018
11
11
ms.author : tamram
12
12
ms.custom : mvc
13
13
---
@@ -78,9 +78,6 @@ public static async Task<List<string>> GetThumbNailUrls(AzureStorageConfig _stor
78
78
// Get reference to the container
79
79
CloudBlobContainer container = blobClient .GetContainerReference (_storageConfig .ThumbnailContainer );
80
80
81
- // Set the permission of the container to public
82
- await container .SetPermissionsAsync (new BlobContainerPermissions { PublicAccess = BlobContainerPublicAccessType .Blob });
83
-
84
81
BlobContinuationToken continuationToken = null ;
85
82
86
83
BlobResultSegment resultSegment = null ;
You can’t perform that action at this time.
0 commit comments