Monday, 29 January 2018
Clone WebApp in Microsoft Azure.
in: azure
In this article, We will discuss about How to Clone WebApp in Microsoft Azure.
First of all, login into your Azure account With Proper Credentials.
Goto App Services -> Select the App Service Which you want to Clone.
Goto Clone App and a new Screen Will Come and Which is Shown in below figure,
As You can See in the image that it is asking to Upgrade the Plan. To Upgrade the plan We need to Go to Scale up(App Service Plan) and need to Change the Plan.
After Changing the Plan Refresh the Web App and again Click on Clone and a new Screen Will Come and there we need to fill up all the required fields and which is Shown in below figure,
And for the Clone Settings you can Follow the below Screen,
Finally Set Application Insights Off and Click Create.
After that It Will Create the Cloned WebApp Which is Same as like our Previous App.
RELATED POSTS

E:\MyProject\TestApplication\packages\Microsoft.Web.WebJobs.Publish.1.0.13\tools\webjobs.console.targets(100,5): Error MSB4062: The "ReadWebJobConfigFile" task could not be loaded from the assembly E:\MyProject\TestApplication\packages\Microsoft.Web.WebJobs.Publish.1.0.13\tools\Microsoft.Web.WebJobs.Publish.Tasks.dll. Could not load file or assembly 'file:///E:\MyProject\TestApplication\packages\Microsoft.Web.WebJobs.Publish.1.0.13\tools\Microsoft.Web.WebJobs.Publish.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
In this article, We will discuss What this error is all about and Why it ...

Browse Microsoft Azure WebApp.
In this article, We will discuss about How to Browse WebApp from Microso ...

Publish WebApp using Visual Studio 2013 in Microsoft Azure.
In this article, We will discuss about How to Publish WebApp using Visua ...

One or more unsupported elements were found in the schema used as part of a data package. Error SQL71561: Error validating element [dbo].[store_procedure_name]: Procedure: [dbo].[store_procedure_name] has an unresolved reference to object [database_name].[dbo].[table_name] in Windows Azure.
In this article, We will discuss What is the above Error and How to reso ...
-
This issue is Completely related to EntityFramework and this issue arises whenever you have installed EntityFramework in one project at th...
-
This is generally a Common Problem or the error could be like this, To Resolve this error, One Small Solution is Exists which is as b...
-
In this article, We will discuss What is the above Error and How to resolve this Error. Whenever, We are Restoring our database into A...
0 comments:
Post a Comment