Azure storage emulator on mac

broken image

We could get the code demo from Azure's official documentation. In that case, your connection string setting is: To target the storage emulator, you can use a shortcut that maps to the well-known account name and key. DefaultEndpointsProtocol=http AccountName=devstoreaccount1 ĪccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw= The difference is the storage emulator uses a well-known account name and key.

broken image

If we want to connect to the storage emulator, the code demo is the same as Azure Storage.