Azure Provate Endpoint를 사용하여 ExpressRoute(Provate Peering)를 통해 Blob Storage에 연결
5246 단어 BlobStorageAzure
서비스 포트는 vNet에 설정된 Azure VM이PaaS로 통신할 때 인터넷에 접속하지 않고 Microsoft 네트워크에서 닫을 수 있는 접속(루트)이다.라우팅이라고 하기 때문에 개체 PaaS에는 개인 IP가 부여되지 않습니다.
개인 포트에서는 vNet 내의 개인 IP를 PaaS에 분배할 수 있기 때문에 Express Route(Private Peering)를 통해 직접 접근할 수 있습니다.
이번에는 Storage Accent에 개인 엔드포인트 설정을 추가하여 Express Route(Private Peering)를 통해 액세스가 가능한지 확인합니다.
전제 조건
테스트용 파일 준비
다음과 같이 설정합니다.
자원 유형: Microsoft.Storage/storageAccounts
스토리지 액세스 키 가져오기
az storage blob list -c [Your Storage Blob Container Name] --account-key [Your Storage Access Key] --account-name [Your Storage Account Name]
The request may be blocked by network rules of storage account. Please check network rule set using 'az storage account show -n accountname --query networkRuleSet'.
If you want to change the default action to apply when no rule matches, please use 'az storage account update'.
PC에서 연결 확인ping kwhrblobendpointtest.blob.core.windows.net
blob.tyo20prdstr07a.store.core.windows.net [20.60.248.65]に ping を送信しています
ping kwhrblobendpointtest.blob.core.windows.net
kwhrblobendpointtest.blob.core.windows.net [10.x.x.x]に ping を送信しています
az storage blob list -c [Your Storage Blob Container Name] --account-key [Your Storage Access Key] --account-name [Your Storage Account Name]
.blob.core.windows.net
하면 Proxy를 거치지 않고 ExpressRoute를 거칩니다.Reference
이 문제에 관하여(Azure Provate Endpoint를 사용하여 ExpressRoute(Provate Peering)를 통해 Blob Storage에 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shingo_kawahara/items/0bddb8a3194928230485텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)