Skip to content

Uploading images for the website to Azure blob storage

Tyler Butler edited this page Aug 3, 2021 · 1 revision
  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
Clone this wiki locally