app service
15 TopicsPython Django Web Role = 500 internal server error?
I created a fresh Python Cloud Service project with 1 Django Web Role (basically fresh VS 2017 installation) After the initial project creation I got this error also opening the "readme.html" gives me "Object reference not set to an instance of an object" error (I can't find even manually any readme.html in the project folder) when I publish the freshly created django webrole to azure cloud service I get a 500 internal server error, I tried googling a little bit and changed ALLOWED_HOSTS in settings.py to ALLOWED_HOSTS = ["*"] as suggested in several posts and I also changed DEBUG (just above the ALLOWED_HOSTS) to False, however I still am getting 500 internal server error... I also tried changing the $defaultpython variable in ConfigureCloudService.ps1 to "python2" to use python 2.7, however I get the very same error with any "solution" I've found so far... any suggestions? I've never worked with any python web framework before and still am just figuring out azure, so anything will be appreciated5.3KViews0likes0CommentsMicrosoft Teams android Meeting using GoPro
Hi All , i have a little problem , i want to know if there are a way to participate in a MS Teams meeting using my GoPro like camera in the situation that i am , i cannot participate in MSTeam meeting using my PC , i have MSTeams application in my smartphone and i want to connect my GoPro to use it in my meetings Please i need your support to know if there are a way to do it from my An2.4KViews1like0CommentsUnable to Deploy an Application to App Service using Visual Studio
Hello Everyone, Of Late, I had to make CI/CD pipelines to give deployments of my application to Azure App Service. Everything seemed to worked well, Until the moment I found that I was not able to give a deployment of my .Net Core API to app service manually using Visual Studio anymore. Same happened while deploying the Angular App using VSCode but this time the application got published but the Site crashed by giving a 500 Error. Has anyone else faced this issue ? It'll be great if anyone can suggest some solutions to this issue. Looking forward to hear from you. Thanks and Regards Ashirwad Satapathi2.2KViews0likes1CommentOn-Call Nightmares Podcast Episode 12 - Baron Schwartz - VividCortex
EPISODE DESCRIPTION Content Warning: This episode does contain some graphic description of the work done by an EMT - if you find this troubling you may want to check out another episode! On this episode, I speak with the CTO and founder of VividCortex on his life down on the farm and as an EMT. Baron gives us some insight into how that prepared him for his time on-call in different roles to ensure databases are fast and reliable. Baron is the CTO and founder of VividCortex, the best way to see what your production database servers are doing. Baron has written a lot of open source software, and several books including High Performance MySQL. He’s focused his career on learning and teaching about scalability, performance, and observability of systems generally (including the view that teams are systems and culture influences their performance), and databases specifically. Twitter: @xaprb Website: xaprb.com1.8KViews1like0Commentsis it allowed to copy the SqlPackage.exe with all its dependencies and deploy it to Azure App Servic
We are planning to use SqlPackage.exe to do some export / import bacpac of Azure SQL Server databases from a web application hosted also under azure as an app service. But to do so, we need to copy the exe file will all the dlls located under "C:\Program Files (x86)\Microsoft SQL Server\130\DAC\bin\" is it allowed to copy the SqlPackage.exe with all its dependencies and deploy it to Azure App Service?1.2KViews0likes0CommentsHow pricing will be calculated for data which is stored from dataverse table using azure synapselink
Hi folks, I am storing stale data from dataverse table to azure data lake storage using Azure synapse Link. which actually stores data day by day for the whole year. ex, each day it transforms 10-50 records to azure data lake. So my file size in azure data lake storage will increments day by day. so here i want to know how will be the pricing calculated for storing and updating file in azure data lake? it will also costs for write operations which executes for each day?1.2KViews0likes1CommentHow to Launch a Dockerized Node.js App Using the Azure Web App for Containers Service
How to Launch a Dockerized Node.js App Using the Azure Web App for Containers Service To provide you with a quick preview of the experience, I wrote a tiny version of the demo for you to use and get started with at any time. In this tutorial now I’ll quickly show you how to launch a Dockerized Node.js app that shares “Hello World!” Click here!1.2KViews1like0CommentsHow do I connect two hosts playing online game?
Hello, I am a student who is working on a project which is aimed towards playing cards online. Basically, I am searching for a solution on how to connect two hosts and exchange information between them. Game is written in python. I was thinking about creating an online app on microsoft azure that hold main python game script and this main program connects to a sql server where all the infromation is stored. The hosts will exchange infromation with a server which then writes it into sql server. Is there a simpler method? How do I run a main python program on a server? I basically know nothing about creating an app for that.1.1KViews0likes1CommentAzure AppsServices Auto Scale pricing.
Hi Teams, I am using S1 package on Appservices. I got 10 instance for auto scaleUp. Now i use 10 instance as fix from scaling option. Can anyone please tell me that if i use this 10 instance then is it cut me more price or it will be the same as mentioned on pricing portal. Best, NakibSolved1.1KViews0likes1CommentFacing problem When we publish Nop Commers Site to AZ VM.
Here is the error: :\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\Web\Microsoft.Web.Publishing.targets(4288,5): Warning : Retrying the sync because a socket error (10054) occurred. 7>Retrying operation 'Serialization' on object site manifest (sourcePath). Attempt 1 of 10.1.1KViews0likes0Comments