gpt4 book ai didi

azure - 从 Datafactory IDE 删除管道

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

我对 azure datafactory 还很陌生。我已成功创建管道并成功部署它们。

但是我现在想删除其中一个。看来默认 IDE 是不可能的:

enter image description here

我错过了什么吗?

最佳答案

目前,通过 UI 管理 DataFactory v1 的功能非常少。

您可以使用以下 PowerShell 脚本删除管道:

Connect-AzureRmAccount
Remove-AzureRmDataFactoryPipeline -ResourceGroupName "name" -DataFactoryName "name" -Name "name"

关于azure - 从 Datafactory IDE 删除管道,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59030836/

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