Trên môi trường Azure, bạn mở Bash và gõ 2 câu lệnh sau:
az appservice plan create --name <App service plan name> --resource-group <resource group name>
az webapp create --resource-group <resource group name> --plan <App service plan name> --name <web app name>
Thay đổi <resource group name> với resource group có sẵn.
<web app name>: Tên web app duy nhất không trùng trong phạm vi Global
Nhận xét
Đăng nhận xét