Skip to content

How do I ran a container with a local devlopment taskhub #96

Answered by scale-tone
StefanGlawing asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @StefanGlawing , the so called well-known connection string for Azurite is UseDevelopmentStorage=true, or in its expanded form it is:

AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;

The HTTP ports specified there are the default ones. If for whatever reason you're running Azurite on different ports, then those need to be adjusted accordingly.

If you're using DfMon as a VsCode ext, then it should show you your Azurite…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by scale-tone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants