I have a existing django web application currently deployed on aws. I want to deploy it on Microsoft Azure by using cloud services. How to create config files for deploying web app on Azure? How to access environment variables on Azure? I am not using Visual Studio. I am developing web app in linux env and using git for code management. Please help
it1352
0
2020-10-20
Reading this article, and specially this paragraph:
The SKU and Scale of the App Service plan determines the cost and not the number of apps hosted in it.
Can I create as many Web Apps as I need into the same resource group with the same App Service Plan?
For instance, I have a RG named S1-Resources and a S1 App Service Plan. If I create for
it1352
0
2020-09-16
I have read plenty of literature in this context (see links below). The presence of classic vs new Azure management portal, Roles vs App Services, Azure Website vs Azure Web Apps only complicates the matter.
Although I believe I have good understanding of these terms and the latters are more or less improved re-incarnations of the formers in the ab
it1352
0
2020-09-16
I need to migrate my AWS EC2 instance to Azure VM using nodejs code. I checked instruction from Azure Site .
https://azure.microsoft.com/en-in/blog/seamlessly-migrate-your-application-from-aws-to-azure-in-4-simple-steps/
So my simple question here can i migrate my EC2 to Azure using nodejs code only. Or Can i replicate above link using my nodejs
it1352
1
2020-08-22
We are using crystal reports in asp.net application (https://kegxchange.azurewebsites.net/)
However when we publish the application we are getting the error “Could not load file or assembly 'CrystalDecisions.Web”. Is it possible to install crystal reports runtime for this site or is there any work around solution for running crystal reports. We ar
it1352
0
2020-10-11
Am currently trying to deploy an app from a Release Pipeline under Azure DevOps owned by Company A to an Azure App hosted on Azure owned by Company B.
Keep on getting this error when attempting to release stop the Azure App:
Error: Failed to get resource ID for resource type
'Microsoft.Web/Sites' and resource name 'AppName'. Error: Could not
it1352
2
2020-09-17
How can I install a certificate into an Azure Web App so that my azure webapp can communicate with a remote service via SSL (this particular certificate is not signed by a public CA)
I generated an ssl certificate with openssl and when I install it to the trusted root certificate authentication store on my local computer the runs fine. However whe
it1352
1
2020-09-17
I created a Node.js based web application, running in an Azure Web App, that I wanted to put behind an Azure Active Directory authentication. After activating "App Service Authentication", the login process works normally, however upon returning to my app, it just returns a HTTP 431 "Request Header Fields Too Large".
To validate it's not my app, I
it1352
0
2020-09-16
Scenario
I want to use virtual network in order to limit access to Azure Database only from my App Service, so that I can turn of "Allow access to App Services" in firewall settings
What I have done:
I went to App Service -> Networking -> VNET Integration -> Setup -> Create New Virtual Network
I've created new VNET with default settings.
When
it1352
1
2020-09-16
I've read many articles and tutorials that demonstrate how to use the Azure mobile service however I'm left unclear with many things.
I have an existing web app that uses Azure SQL database and is published with Azure. I'm trying to integrate the already created database into the Xamarin Android App I'm developing.
I'm confused with the followi
it1352
2
2020-09-17