본문 바로가기

클라우드/클라우드(Public Cloud)

클라우드 Azure Centos7 생성

 

 

고급 설정

#!/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/