App Service Environment의 구조?
·
CLOUD/Azure Cloud
Frontend - workers - apps 그런데 workers는 VM이다.
App Service와 App Service Environment의 구조와 차이?
·
CLOUD/Azure Cloud
.
SQL 서버 (+ SQL DB)와 VM + SQL Extensnion의 차이?
·
CLOUD/Azure Cloud
.
netshoot... 컨테이너로 troubleshooting 도와주는 툴
·
System Engineering
https://github.com/nicolaka/netshoot GitHub - nicolaka/netshoot: a Docker + Kubernetes network trouble-shooting swiss-army container a Docker + Kubernetes network trouble-shooting swiss-army container - GitHub - nicolaka/netshoot: a Docker + Kubernetes network trouble-shooting swiss-army container github.com
VM IaaS의 Disk는 Page Blob이다.
·
CLOUD/Azure Cloud
https://azure.microsoft.com/ko-kr/pricing/details/storage/page-blobs/ Azure 페이지 Blob Storage 가격 | Microsoft Azure 데이터 스토리지에 대한 엔터프라이즈급 클라우드 스토리지 서비스인 Azure 페이지 Blob Storage의 가격 세부 정보를 확인하세요. 사전 투자 비용이 없습니다. 사용한 만큼 지불하세요. 무료로 사용 azure.microsoft.com https://azure.microsoft.com/ko-kr/pricing/details/managed-disks/ 가격 - Managed Disks | Microsoft Azure Azure Managed Disks는 데이터 영구 저장을 위해 Azure Virtual..
VM 생성시 vhd 쓰는 이유?
·
CLOUD/Azure Cloud
리젼을 바꾸거나, 구독을 바꾸거나 할 때 사용한다. 디스크는 데이터 센터에 종속이 되어 있어서, 바꿀 수 없다. 그래서 디스크 내보내기 -> ***.vhd 형태로 만들어서 이동시키고, 다시 vhd로 managed disk를 만들어서 VM을 만든다.(?) [이건 추측]