User283571144 posted
Hi ddesaraju,
Is Deploying an ASP.NET MVC website in Azure a PAAS or IAAS?
As far as I knwo, the Paas is the platform as a service, that means the provider will build a platform to let user manage his service, user doesn't need to install the system and update the system, e.g Azure Cloud service.
The IAAS is the Infrastructure as a service, that means the provider will build an instance to let user manage the instance, user doesn't need to manage the CPU,networking or something else. E.g Azure VM.
SAAS: Cloud computing providers provide software directly for users to use. Azure APP service is a SAAS.
For example: you could host your application on the azure web app(SAAS).
In my opinion, Deploying an ASP.NET MVC website in Azure isn't related with the PAAS or IAAS or SAAS. This is a way to publish the application to azure.
We could use web deply, FTP other some other way to acheive this.
What is Azure development and Azure Deployment. As much as I know coding is done in VS
I don't know what is Azure development and Azure Deployment. As you say, we could develop it in VS and deploy it to azure.
How many deployment models are available to deploy a website into Azure?
Do you mean continuous deployment to Azure App Service?
It support azure devops, github, git, bitbuckit and so on.
What is best way to shift connection strings when moving project from stating to production and vice versa.
In my opinion, web.config transform is a good choice.
Best Regards,
Brando