File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ function main() {
5656 isDeploymentSuccess = false ;
5757 if ( error . statusCode == 403 ) {
5858 core . setFailed ( "The deployment to your web app failed with HTTP status code 403. \
59- Your web app may have networking features enabled which are blocking access (such as Private Endpoints).\
60- For more information, please follow https://aka.ms/forbidden-deployment-error " ) ;
59+ Your web app may have networking features enabled which are blocking access (such as Private Endpoints). \
60+ For more information about deploying to virtual network integrated web apps , please follow https://aka.ms/gha/deploying-to-network-secured-sites " ) ;
6161 }
6262 else {
6363 core . setFailed ( "Deployment Failed, " + error ) ;
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ export async function main() {
5050
5151 if ( error . statusCode == 403 ) {
5252 core . setFailed ( "The deployment to your web app failed with HTTP status code 403. \
53- Your web app may have networking features enabled which are blocking access (such as Private Endpoints).\
54- For more information, please follow https://aka.ms/forbidden-deployment-error " ) ;
53+ Your web app may have networking features enabled which are blocking access (such as Private Endpoints). \
54+ For more information about deploying to virtual network integrated web apps , please follow https://aka.ms/gha/deploying-to-network-secured-sites " ) ;
5555 } else {
5656 core . setFailed ( "Deployment Failed, " + error ) ;
5757 }
@@ -68,4 +68,4 @@ export async function main() {
6868 }
6969}
7070
71- main ( ) ;
71+ main ( ) ;
You can’t perform that action at this time.
0 commit comments