How to deploy custom docker image (blazor server webapp) from dockerhub with azure cli?

Siegfried Heintze 1,861 Reputation points
2022-12-10T01:43:35.59+00:00

A while ago (a year?) I posted this question in this forum and received a response and it worked. Unfortunately, I cannot find this post but I did write down the answer that worked:

az webapp create  --name webapphelloLinuxMVCAppService  --resource-group  rg_helloLinuxMVCAppService  --plan asp_helloLinuxMVCAppService -s 
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
{count} votes