- Protocol: Either
HTTPorHTTPS. - Storage Account Name: The unique name you have chosen for your account.
- Service: Represents the Azure service you are accessing (e.g., blob, queue, file, or table).
- Domain: All endpoints end with
core.windows.net, which is the default domain for Azure storage.
KodeKloud, the corresponding endpoints would be:
- Blob Service: kodekloud.blob.core.windows.net
- Queue Service: kodekloud.queue.core.windows.net
- File Service: kodekloud.file.core.windows.net
- Table Service: kodekloud.table.core.windows.net
If your preferred storage account name is already taken, consider modifying it by appending additional characters or using a custom domain. This approach can also reinforce your branding; for example, you might configure
blobs.codecloud.com to point to codecloud.blob.core.windows.net.
Azure Storage Management Tools

For further reading on Azure storage, visit the Azure Storage Documentation and explore Kubernetes Basics for related containerized solutions.