Skip to content

Commit

Permalink
Merge branch 'main' into fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
lei9444 authored Feb 23, 2021
2 parents 2ededf7 + 05644d5 commit 26c92e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/azurePublish/src/node/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class BotProjectDeploy {
`Token expired, please run az account get-access-token, then replace the accessToken in your configuration`
);
} else {
throw createCustomizeError(AzurePublishErrors.DEPLOY_ZIP_ERROR, stringifyError(err));
throw createCustomizeError(AzurePublishErrors.DEPLOY_ZIP_ERROR, `The hostname is invalid, please check if hostname/name-environment matches your target resource(webapp/function) name`);
}
}
}
Expand Down

0 comments on commit 26c92e1

Please sign in to comment.