az-*: add Korean translation (#13714)
This commit is contained in:
21
pages.ko/common/az-webapp.md
Normal file
21
pages.ko/common/az-webapp.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# az webapp
|
||||
|
||||
> Azure Cloud Services에서 호스팅되는 웹 애플리케이션을 관리.
|
||||
> `azure-cli`의 일부 (`az`라고도 함).
|
||||
> 더 많은 정보: <https://learn.microsoft.com/cli/azure/webapp>.
|
||||
|
||||
- 웹 애플리케이션에 사용 가능한 런타임 나열:
|
||||
|
||||
`az webapp list-runtimes --os-type {{windows|linux}}`
|
||||
|
||||
- 웹 애플리케이션 생성:
|
||||
|
||||
`az webapp up --name {{이름}} --location {{위치}} --runtime {{런타임}}`
|
||||
|
||||
- 모든 웹 애플리케이션 나열:
|
||||
|
||||
`az webapp list`
|
||||
|
||||
- 특정 웹 애플리케이션 삭제:
|
||||
|
||||
`az webapp delete --name {{이름}} --resource-group {{리소스_그룹}}`
|
Reference in New Issue
Block a user