-
Notifications
You must be signed in to change notification settings - Fork 531
Uploading images for the website to Azure blob storage
Abram Sanderson edited this page Sep 30, 2024
·
3 revisions
- Go to https://portal.azure.com.
- Go to the fluidframework storage account.
- Click "Storage browser" in the left-nav.
- Expand "Blob containers," and open the static container.
- Change "Authentication Method" to "Microsoft Entra user account"
- Navigate to wherever you want the file to go. Typically this is static/images.
- Upload the file.
- 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
- Use the same pathname, 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.
This wiki is focused on contributing to the Fluid Framework codebase.
For information on using Fluid Framework or building applications on it, please refer to fluidframework.com.
- Submitting Bugs and Feature Requests
-
Contributing to the Repo
- Repo Basics
- Common Workflows and Patterns
- Managing dependencies
- Client Code
- Server Code
- PR Guidelines
- CI Pipelines
- Breaking vs Non-Breaking Changes
- Branches, Versions, and Releases
- Compatibility & Versioning
- Testing
- Debugging
- npm package scopes
- Maintaining API support levels
- Developer Tooling Maintenance
- API Deprecation
- Working with the Website (fluidframework.com)
- Coding Guidelines
- Documentation Guidelines
- CLA