使用 Terraform 托管虚拟网络中的 Azure 集成运行时

标签 azure terraform azure-rm azure-data-factory

在 Azure 数据工厂中,可以使用门户创建 3 种类型的集成运行时:

  1. azure
  2. Azure-SSIS
  3. 自托管

但是查看 AzureRM 提供程序的 Terraform 文档站点,只能创建 Azure-SSIS ( azurerm_data_factory_integration_runtime_managed ) 和自托管 ( azurerm_data_factory_integration_runtime_self_hosted )。

是否有人成功创建了连接到 https://learn.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint 中指定的虚拟网络的默认 Azure IR使用 Terraform?

最佳答案

不,不是真的,不幸的是 AzureRM 提供商还不允许这样做。 而且它也不能使用 Azure CLI for Data Factory 来完成或类似的。

主要原因可能是Azure Data Factory Managed Virtual Network的公开预览版.

新的内容(也是解决方案的一部分)是 public_network_enabled ADF 上的属性,您仍然需要定义专用端点,但这是向前迈出的一步。

关于使用 Terraform 托管虚拟网络中的 Azure 集成运行时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65621091/

相关文章:

azure - 如何在 Terraform 中自动添加 kubernetes 客户端 key 作为文件挂载?

azure - 无法使用 VS2022 部署通过 Terraform 创建的 Azure 容器应用程序

c# - Blob 代码下载速度比 MS Azure Storage Explorer 慢得多

terraform - 命令行参数太多。您是要使用 -chdir 吗?

azure - Azure IoT Hub的多个接收器,如何设置Azure函数的Epoch值?

使用 Terraform 跨订阅的 Azure Vnet 对等互连

azure - 通过 terraform 创建 azuread_application_password 时无法输出 client_secret

azure - Connect-AzureRMAccount : The term 'Connect-AzureRMAccount' is not recognized as the name of a cmdlet, 函数、脚本文件或可运行程序

azure - 如何在 Ansible 中获取 Azure RM 存储帐户 key ?

c# - 如何使用 Azure 代理 AD 和 ADAL 在 SharePoint On Prem 上进行身份验证?