[ Azure ] PowerShell 리소스 정리/리소스 그룹 삭제/리소스 그룹 검색/리소스 그룹 조회/리소스 그룹 나열
Azure

[ Azure ] PowerShell 리소스 정리/리소스 그룹 삭제/리소스 그룹 검색/리소스 그룹 조회/리소스 그룹 나열

반응형
  • 리소스 그룹 나열

Get-AzResourceGroup -Name '[리소스 그룹명]'

리소스 그룹 확인 코드 실행 →

Get-AzResourceGroup -Name '[리소스 그룹명]' | Remove-AzResourceGroup -Force -AsJob

리소스 그룹 삭제

리소스 그룹이 삭제되었다!

참고
https://microsoftlearning.github.io/AZ-104KO-MicrosoftAzureAdministrator/Instructions/Labs/LAB_04-Implement_Virtual_Networking.html
https://microsoftlearning.github.io/AZ-104KO-MicrosoftAzureAdministrator/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.html

 

반응형