DEVOPS/CLOUD
[Azure] 정적 웹앱 만들기
연듀
2022. 12. 3. 21:44
정적 웹앱 만들기


검토+만들기
shell로 하기

git clone https://github.com/Azure-Samples/html-docs-hello-world.git
az webapp up --location eastus --name <app_name> --html

https://kdy-website.azurewebsites.net/
주소창에 입력


편집 후 다시 배포

App Services 에서 앱 관리

리소스 그룹 삭제
반응형