gpt4 book ai didi

azure - 设置-AzDataFactoryV2 : A parameter cannot be found that matches parameter name 'PublicNetworkAccess'

转载 作者:行者123 更新时间:2023-12-03 05:20:46 25 4
gpt4 key购买 nike

我正在尝试通过 az powershell 禁用 Azure 数据工厂的公共(public)网络访问。根据微软documentation ,有一个名为 PublicNetworkAccess 的属性。所以我尝试了以下命令,

Import-Module Az.DataFactory
Set-AzDataFactoryV2 -PublicNetworkAccess 'Disabled' -Force

但是它给了我以下错误, error

有人可以指导我吗?我的最终目标是在 Azure 数据工厂中实现以下配置(通过专用终结点连接): Network Access via ADF Private Endpoint

最佳答案

您需要将 DataFactoryName,ResourceGroupName,location 传递给 Set-AzDatatFactoryV2 cmdlet,才能禁用数据工厂上的公共(public)网络访问。

我们已经测试了以下 PowerShell cmdlet,并且能够禁用数据工厂上的公共(public)网络访问。

Set-AzDataFactoryV2 -ResourceGroupName '<resourcegroupName>' -Name '<dataFactoryName>' -Location '<locationOfDataFactory>' -PublicNetworkAccess disabled

以下是示例输出屏幕截图供引用:

enter image description here

关于azure - 设置-AzDataFactoryV2 : A parameter cannot be found that matches parameter name 'PublicNetworkAccess' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72576813/

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