다음을 통해 공유


PowerShell을 사용하여 Azure App Configuration 저장소 삭제

이 샘플 스크립트는 PowerShell을 사용하여 Azure App Configuration 인스턴스를 삭제합니다.

Azure를 구독하고 있지 않다면 시작하기 전에 Azure 체험 계정을 만듭니다.

이 샘플 스크립트를 실행하려면 Azure PowerShell의 기능을 설정해야 합니다.

관리자 권한으로 PowerShell 창을 열고 Install-Module -Name Az를 실행하여 Azure PowerShell을 설치합니다

샘플 스크립트

# Delete an App Configuration store
Remove-AzAppConfigurationStore -Name <store-name> -ResourceGroupName <resource-group-name>

스크립트 설명

이 스크립트는 다음 명령을 사용하여 App Configuration 저장소를 삭제합니다. 테이블에 있는 각 명령은 명령에 해당하는 문서에 연결됩니다.

명령 주의
Remove-AzAppConfigurationStore App Configuration 저장소를 삭제합니다.

다음 단계

Azure PowerShell 모듈에 대한 자세한 내용은 Azure PowerShell 설명서를 확인하세요.

더 많은 App Configuration PowerShell 스크립트 샘플은 Azure App Configuration PowerShell 샘플에서 찾을 수 있습니다.