sa1 という名前の Azure Data Lake Storage アカウントを含む Azure サブスクリプションがあります。 sa1 にアクセスし、読み取り、一覧表示、ディレクトリの作成、ディレクトリの削除などの操作を実行する App1 という名前のアプリを展開する予定です。 プライベート エンドポイントを使用して、App1 が sa1 に安全に接続できることを確認する必要があります。sa1 に必要なプライベート エンドポイントの最小数はいくつですか。
正解:A
A private endpoint is a network interface that connects you privately and securely to a service that's powered by Azure Private Link. By enabling a private endpoint, you're bringing the service into your virtual network. You only need one private endpoint for each service that you want to access privately, such as Azure Data Lake Storage. You can create a private endpoint for your Azure Data Lake Storage account named sa1 by following the steps in this article. References: What is a private endpoint? - Azure Private Link Private Endpoints for Azure Storage are now Generally Available Step-by-Step: How to Configure a Private Endpoint to Secure Azure ...