79
Views
1
Comments
Connection string for azure blob storage
Question

Hi,

    How to get connection string and container name of azure blob storage

Thanks,

R.karthik

2022-01-04 21-11-20
Gonçalo Correia

Hi Karthik,

ConnectionsString example: Server=tcp:myserver.database.windows.net,1433;Database=myDataBase;User ID=mylogin@myserver;Password=myPassword;Trusted_Connection=False;Encrypt=True;

See more:

https://www.connectionstrings.com/azure-sql-database/

Azure portal Blobs Quickstart:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal


Best regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.