gpt4 book ai didi

azure - 将 Azure 文件共享映射到 Azure Runbook 本地驱动器以用作临时存储

转载 作者:行者123 更新时间:2023-12-03 03:39:03 24 4
gpt4 key购买 nike

我正在尝试访问 AzureStorage 以在 Azure-Powershell-Runbook 中使用它。我需要完成此操作才能将 SharePoint-Sitetemplate 保存到该位置。我尝试过的事情是使用:

$StorageAccountKey = Get-AutomationVariable -Name 'StorageKey'
$Context = New-AzureStorageContext -StorageAccountName 'spotemplatestore' -StorageAccountKey
$StorageAccountKey
$container = Get-AzureStorageContainer -Name 'spotemplatestore' -Context $Context

但我不知道如何在本地访问它。不能使用 New-PSDrive,因为它不适用于 Azure Powershell Runbook尝试直接使用 c:\也不起作用,因为 Runbook 没有直接对 c:\temp 的写入权限。

最佳答案

由于 Azure 自动化中的 Runbook 在 Azure 云平台上运行,它们无法访问其他云或本地系统中的资源。

为了访问本地系统中的资源,请使用 Hybrid Runbook Worker feature Azure 自动化。

注意

PowerShell support to install the extension-based Hybrid Runbook Worker is not supported at this time.

要安装该功能,请按照此 link 使用 Azure 门户 .

欲了解更多信息,请引用以下链接:

powershell - Azure Runbook - Get a file from Azure File System Storage - Stack Overflow

powershell - Not able to access Azure FileShare Storage container from Azure Automation Runbook - Stack Overflow

关于azure - 将 Azure 文件共享映射到 Azure Runbook 本地驱动器以用作临时存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72049057/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com