Where can I find storage-account-connection-string in azure data factory?

alexis 101 Reputation points
2022-11-01T14:50:15.487+00:00

Hi,
I'm following this tutorials where they ask for storage-account-connection-string https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory
Does anyone one know where I can find this bad boy?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,751 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 79,536 Reputation points Microsoft Employee
    2022-11-02T05:30:30.9+00:00

    Hello @alexis ,

    Thanks for the question and using MS Q&A platform.

    You can find your storage account's connection strings in the Azure portal. Navigate to Settings + networking > Access keys in your storage account's menu blade to see connection strings for both primary and secondary access keys.

    256208-image.png

    For more details, refer to Configure a connection string for an Azure storage account.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is jhow you can be part of Q&A Volunteer Moderators
    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Nandan Hegde 29,906 Reputation points MVP
    2022-11-01T16:05:25.757+00:00

    Hey,
    The below link can help :
    https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string

    wherein you can configure it based on key or SAS to establish connection to blob

    0 comments No comments