Skip to content

Commit c764fa8

Browse files
committed
remove code to set container public access - Issue 8163
1 parent 5964bd5 commit c764fa8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/storage/blobs/storage-secure-access-application.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
44
services: storage
55
author: tamram
66
manager: jeconnoc
77

88
ms.service: storage
99
ms.topic: tutorial
10-
ms.date: 03/06/2018
10+
ms.date: 05/30/2018
1111
ms.author: tamram
1212
ms.custom: mvc
1313
---
@@ -78,9 +78,6 @@ public static async Task<List<string>> GetThumbNailUrls(AzureStorageConfig _stor
7878
// Get reference to the container
7979
CloudBlobContainer container = blobClient.GetContainerReference(_storageConfig.ThumbnailContainer);
8080

81-
// Set the permission of the container to public
82-
await container.SetPermissionsAsync(new BlobContainerPermissions { PublicAccess = BlobContainerPublicAccessType.Blob });
83-
8481
BlobContinuationToken continuationToken = null;
8582

8683
BlobResultSegment resultSegment = null;

0 commit comments

Comments
 (0)