Azure 门户中的 Azure 存储帐户连接字符串在哪里?
Posted
技术标签:
【中文标题】Azure 门户中的 Azure 存储帐户连接字符串在哪里?【英文标题】:Where is Azure storage account connection string in Azure portal? 【发布时间】:2021-12-17 05:17:46 【问题描述】:我尝试使用以下代码将 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";
【问题讨论】:
它应该在访问密钥刀片下。 【参考方案1】:如Gaurav Mantri (StorageAccount>>AccessKeys>>ShowKeys)
所述,连接字符串可从 Storage Account Access Keys Blade 中找到。
如果您使用的是Primary Access Key
,那么您可以使用Box 1
中的连接字符串,如果您使用的是Secondary Access Key
,那么您可以使用Box 2
中的连接字符串。
您可以参考以下 Microsoft 文档了解更多信息:
View and Manage Keys
Configure Connection Strings
【讨论】:
仅供参考,这应该是文档的链接,作为评论。不需要答案,因为这纯粹是一个基于文档的问题。此外,在过去的几年里,这个问题已经在其他问题/答案对中被提出(并得到了回答)。以上是关于Azure 门户中的 Azure 存储帐户连接字符串在哪里?的主要内容,如果未能解决你的问题,请参考以下文章