Review
- How do you access a specific private blob and all private blobs in a container from the public URL?
- What are some scenarios where you might make blobs public?
- Can you put an Azure Storage account inside a private network?
- What is the maximum size of a blob?
- How do you move blobs from one tier to another?
- Describe the process of rehydration of a blob from archive storage to any other tier?
1. To access a specific private blob from a public URL, you can generate a Shared Access Signature (SAS) token for the blob. The SAS token is a query string parameter that you can append to the blob URL to grant temporary access to the blob. You can generate the SAS token manually in the Azure portal by clicking on the file within the storage container, selecting the ‘Generate SAS’ tab, and in the right pane selecting This file. This will generate a token and a URL that includes the token, which you can use to access the file
Trả lờiXóa