Azure/trouble shooting

[Azure] Error: Failed to deploy web package to App Service. Ip Forbidden (CODE: 403)

bbiyak2da 2023. 3. 28. 13:39

오류 내용

- Error: Failed to deploy web package to App Service. Ip Forbidden (CODE: 403)

: yaml 파일로 CI/CD 배포 시, Dev Stage에서 발생한 오류


해결 방법

 

** 참고문서 : 

https://stackoverflow.com/questions/67283993/azure-app-service-returns-error-error-403-forbidden-the-web-app-you-have-att

 

Azure App Service Returns Error - Error 403 - Forbidden The web app you have attempted to reach has blocked your access

I am getting error while accessing the Azure App Service, can you help in resolving the issue ? What setting to be applied to resolve the issue ? Thanks in advance.

stackoverflow.com

1. 웹 앱 -> 네트워킹 -> 액세스 제한 클릭

2. 소스에 0.0.0.0/0을 추가하여 모두에게 액세스 권한 부여

나중에 요구 사항에 따라 제한 추가 가능

 

편의상 웹 앱 3개 모두에 액세스 권한 조정하였음

 

#Azure #CICD