Azure 门户中的 Azure 存储帐户连接字符串在哪里?

Where is Azure storage account connection string in Azure portal?

我尝试使用以下代码将 XML 文件上传到 Azure FTP 服务器:

https://www.c-sharpcorner.com/article/upload-and-download-files-from-blob-storage-using-c-sharp/

我很难找到storageAccount_connectionString?我可以访问 Azure 门户中的服务器,但找不到此连接字符串。

//Copy the storage account connection string from Azure portal     
storageAccount_connectionString = "your Azure storage account connection string here"; 

连接字符串是从存储帐户访问密钥Blade中找到的Gaurav Mantri (StorageAccount>>AccessKeys>>ShowKeys).

如果您使用的是 Primary Access Key,那么您可以使用 Box 1 中的连接字符串,如果您使用的是 Secondary Access Key,那么您可以使用 Box 2 中的连接字符串].

您可以参考以下微软文档获取更多信息:

View and Manage Keys

Configure Connection Strings