Skip to content

Commit 2123c3b

Browse files
author
nikolajlauridsen
committed
Remove information about CDN
1 parent 36e3460 commit 2123c3b

File tree

1 file changed

+2
-2
lines changed
  • Extending/FileSystemProviders/Azure-Blob-Storage

1 file changed

+2
-2
lines changed

Extending/FileSystemProviders/Azure-Blob-Storage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ meta.Description: "Setup your site to use Azure Blob storage for media and Image
88

99
# Setup Your Site to use Azure Blob Storage for Media and ImageSharp Cache
1010

11-
For Umbraco sites there are some scenarios when you may want or need, to consider using Azure Blob Storage for your media. Particularly if your site contains large amounts of media. Having your site's media in Azure Blob Storage can also help your deployments complete more quickly and have the potential to positively affect site performance as the ImageSharp cache is moved to Azure Blob Storage. It also allows you to serve your media from the Azure CDN.
11+
For Umbraco sites there are some scenarios when you may want or need, to consider using Azure Blob Storage for your media. Particularly if your site contains large amounts of media. Having your site's media in Azure Blob Storage can also help your deployments complete more quickly and have the potential to positively affect site performance as the ImageSharp cache is moved to Azure Blob Storage.
1212

13-
The setup consists of adding a package to your site, setting the correct configuration, and adding the services and middleware. Before you begin you’ll need to create an Azure Storage Account and a container for your media and ImageSharp cache. In this example, we assume your container name is "mysitestorage". You can, optionally, enable an Azure CDN for this storage container and use it in the appsettings.json below.
13+
The setup consists of adding a package to your site, setting the correct configuration, and adding the services and middleware. Before you begin you’ll need to create an Azure Storage Account and a container for your media and ImageSharp cache. In this example, we assume your container name is "mysitestorage" and has already been created.
1414

1515
See [Microsoft documentation](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal) for information on how you set up blob storage container.
1616

0 commit comments

Comments
 (0)