esecules edited a comment on pull request #4265:
URL: https://github.com/apache/nifi/pull/4265#issuecomment-628748972


   Will this solve https://jira.apache.org/jira/browse/NIFI-7386?filter=-2 ?
   (Connection to the [Azurite storage 
emulator](https://hub.docker.com/_/microsoft-azure-storage-azurite))
   
   Doesn't look like it. To connect to the azurite emulator you'd need to use a 
connection string like this one 
[here](https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#connect-to-the-emulator-account-using-the-well-known-account-name-and-key)
   
   ```DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;
   
AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
   BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;
   TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;
   QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;``` 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to