Skip to content

Uploading images for the website to Azure blob storage

Abram Sanderson edited this page Sep 30, 2024 · 3 revisions
  1. Go to https://portal.azure.com.
  2. Go to the fluidframework storage account.
  3. Click "Storage Explorer (preview)" in the left-nav.
  4. Expand "Blob containers," and open the static container.
  5. Navigate to wherever you want the file to go. Typically this is static/images.
  6. Upload the file.
  7. Select it and click "Copy URL" in the toolbar to get the URL. It should be of the form: https://fluidframework.blob.core.windows.net/static/images/IMAGE.png
  8. Use the same path, but replace the hostname of the URL with storage.fluidframework.com to get the form: https://storage.fluidframework.com/static/images/IMAGE.png

Using storage.fluidframework.com ensures the image is served from our CDN rather than directly from blob storage.

Clone this wiki locally