简体   繁体   中英

How can I publish my ASP.Net Core Angular web app to Azure without using git in Visual Studio Code

Having a ASP.Net Core/Angular app I know I can publish to Azure using git like in this link on the ASP.Net Core page in Visual Studio Code

But I can't find any tutorial or directions on how to publish my web app directly to Azure from the cli.

Any help would be appreciated!

You can use this cli (az webapp deployment source ) to publish to Azure web app. see https://docs.microsoft.com/en-us/azure/app-service/scripts/cli-deploy-staging-environment

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM