🗄️ Azure Storage Emulator
Local Azure Storage development environment for DreamTeam
📦 Blob Storage
http://localhost:10000/dreamteam
Store and retrieve binary data like images, documents, and files.
📋 Queue Storage
http://localhost:10001/dreamteam
Message queuing service for reliable communication between services.
📊 Table Storage
http://localhost:10002/dreamteam
NoSQL key-value store for structured data.
Connection Strings:
DefaultEndpointsProtocol=http;AccountName=dreamteam;AccountKey=ZHJlYW10ZWFtX2FjY291bnRfa2V5X2Zvcl9kZXZlbG9wbWVudA==;BlobEndpoint=http://localhost:10000/dreamteam;QueueEndpoint=http://localhost:10001/dreamteam;TableEndpoint=http://localhost:10002/dreamteam;
External Access (via nginx):
DefaultEndpointsProtocol=https;AccountName=dreamteam;AccountKey=ZHJlYW10ZWFtX2FjY291bnRfa2V5X2Zvcl9kZXZlbG9wbWVudA==;BlobEndpoint=https://storage.ch-dreamteam.com/dreamteam;QueueEndpoint=https://storage-queue.ch-dreamteam.com/dreamteam;TableEndpoint=https://storage-table.ch-dreamteam.com/dreamteam;
Quick Test (PowerShell/Azure CLI):
az storage blob list --account-name dreamteam --connection-string "DefaultEndpointsProtocol=http;AccountName=dreamteam;AccountKey=ZHJlYW10ZWFtX2FjY291bnRfa2V5X2Zvcl9kZXZlbG9wbWVudA==;BlobEndpoint=http://localhost:10000/dreamteam;"
Account Name: dreamteam
Account Key: ZHJlYW10ZWFtX2FjY291bnRfa2V5X2Zvcl9kZXZlbG9wbWVudA==