Web App
5 TopicsTLS 1.0 and 1.1 Support on Azure Web App
I know Azure is winding up support for TLS 1.0 and 1.1 by August 2025. Does anyone can help me to access our existing IoT devices to connect to Azure Web App using this TLS 1.0 and 1.1? Our device were connecting to azure server fine until Mid March 2025. At end of March 2025 we lost access to this IoT devices which uses TLS 1.0, 1.1. Any thoughts or any one have any idea why it stopped before the deadline of August 2025? And what can be done to get back this devices online? #IoTHub #WebApp #Azure #TLS #TLS1.0 #TLS1.1 #SNINetworking Related Commands for Azure App Services
First published on MSDN on Jul 24, 2017 The purpose of this blog is to give a general overview of the available commands to troubleshoot network connectivity issues with web apps, specifically when connecting the web apps to VNETs either in an App Service Environment (ASE) or a standard web app with a Point-to-Site VPN connection.81KViews4likes1CommentAzure Web App vs IIS Web Deploy
I am currently testing Azure Web Apps for my company. I have migrated a few PHP websites successfully. Now I am trying to test migrating a .net website. Our typical deployment to IIS consists of using https://www.iis.net/downloads/microsoft/web-deploy. We copy the Zip file to the server, right click the site and click "Deploy" Then "Import Application" then just click next a few times and restart the App Pool. When I attempt to use https://docs.microsoft.com/en-us/azure/app-service/deploy-zip#deploy-zip-file by uploading the zip, but instead of getting the correct file structure, it basically just unzips the zip file in the folder in the wrong structure and that is it. The results looks like this (d:\home\site\wwwroot): Content (folder) archive.xml parameters.xml systemInfo.xml I appear to be missing something in the deployment process. How can I deploy this to a Web App without my developer having to change his process?3.5KViews0likes1CommentAsp.net C# application deployed as Web app does not connect with Azure Mysql database
@azuresupport #azTechHelp I have an ASP.Net multi-tier Application with WCF services and MySql Database. I am trying to deploy the application on azure. I have created Azure Mysql Database and have deployed my application as Web App in Azure. The problem is when I try to connect the database from my local machine then I am able to successfully connect it to the database but, when I try to connect it with the Deployed App service then I am facing the Connection string error. It would be great if anyone would share few ideas on this. Thanks in advance. P.S. : I am using DB first approach. I have Entity Framework and ADO.Net Datamodel to connect with my mysql database.2.6KViews0likes3Comments