#!/bin/bash
yum install -y httpd
systemctl enable --now httpd
mkdir ~/data && cd $_
wget https://dahyestorage.blob.core.windows.net/dahyeblob/azure.tar
tar -xvf azure.tar -C /var/www/html/
'클라우드 > 클라우드(Public Cloud)' 카테고리의 다른 글
클라우드 Azure 이미지 서비스, 이미지로 가상머신 생성 (0) | 2021.06.25 |
---|---|
클라우드 Azure 파일 스토리지 (0) | 2021.06.25 |
클라우드 Azure 리소스 그룹, 네트워크, 데이터 베이스 생성 (0) | 2021.06.25 |
클라우드 Azure 스토리지 서비스 스냅샷 (0) | 2021.06.24 |
클라우드 Azure 로드밸런싱(부하 분산 장치) (0) | 2021.06.24 |