天天看點

Azure資料工廠最佳實踐之Self-hosted Integration Run小坑

©著作權歸作者所有:來自51CTO部落格作者臭臭粑粑的原創作品,如需轉載,請注明出處,否則将追究法律責任

今天分享一下有關Azure Data Factory Self-hosted Integration Runtime的一些小tips。

先看一下Self-hosted Integration Runtime的位置,下面這個架構圖很有代表性,很容易了解。

Azure資料工廠最佳實踐之Self-hosted Integration Run小坑

關于如何建立Self-Hosted Integration Runtime有Azure官方文檔,這個文檔寫的就比較好,我就不重複了,如有需要請移步:

https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime?tabs=data-factory#create-a-self-hosted-ir-via-ui

這次主要說的是關于在你的Self-Hosted Integration Runtime的公司伺服器上到Azure中間有代理伺服器,那防火牆規則需要開哪些端口。

Azure資料工廠最佳實踐之Self-hosted Integration Run小坑

對于Azure海外版,以下目的位址和端口要開防火牆: 

<col>

Destination

Port

Comments

*.servicebus.windows.net

443

必須的

Required by the self-hosted integration runtime for interactive authoring.

{datafactory}.{region}.datafactory.azure.net

For new created Data Factory in public cloud, please find the FQDN from your Self-hosted Integration Runtime key which is in format {datafactory}.{region}.datafactory.azure.net. 

download.microsoft.com

可選。用來自動更新Self-Hosted Integration Runtime的。看你喜好了。

Key Vault URL

如果你把密碼等敏感資訊放在了Key Vault裡,那這個就是必須的。如果沒有用到Key Vault服務,那這個可以忽略。

​<code>​對于Azure中國版,以下目的位址和端口要開防火牆: ​</code>​

​<code>​ ​</code>​

*.servicebus.chinacloudapi.cn

{datafactory}.{region}.datafactory.azure.cn

================》重點來了《===============

{datafactory}.{region}.datafactory.azure.cn這個host資訊在哪裡找呢?

看下面兩張圖:

Azure資料工廠最佳實踐之Self-hosted Integration Run小坑
Azure資料工廠最佳實踐之Self-hosted Integration Run小坑

好了,本次分享就到這裡。歡迎關注下面微信公衆号,發現更多知識!

Azure資料工廠最佳實踐之Self-hosted Integration Run小坑

繼續閱讀