Azure 服务 - 数据安全

Azure Services - Data Security

请问Azure中以下场景应用的安全协议(Https/TCPIP等)是什么?我需要这些细节来编写我的设计文档。

  1. Azure 服务之间
    • Azure 数据工厂与 Azure 存储交互
    • Azure Databricks 与 Azure 存储交互
  2. Azure Python SDK 连接到存储帐户(是 TCP/IP 吗?)

如果 MS Azure 中有任何支持页面,请告诉我那里。

  1. 在 Azure 数据中心内使用 TLS/SSL 进行通信 服务,你可以阅读它 "Encryption of data in transit" 关于 this page 的部分。

  2. 主要的 SDK 实现是对 REST API 和 Python SDK就是其中之一。