python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Azure Service Bus, using filters to assemble a large message broken up into smaller messages
I'm trying to find a solution for receiving large messages on Azure Service Bus. The essential pattern I was thinking is to publish a large messages in parts -- along with a correlation id, a page, an...
BenW
Votes: 0
Answers: 2
Use a domain name for an SPA and API
I have an React SPA that is hosted on Azure static Websites and the domain is currently managed through a different domain name company (happy to move it to Azure but haven't needed to at present)
The...
EnenDaveyBoy
Votes: 0
Answers: 0
VS Code Azure deployment of Python Http Trigger function fails - GLIB_2.27 not found
I'm trying to deploy my locally fine running function to Azure
VS Code Version: 1.65.2
Azure Tools v0.2.1
Azure Functions v1.6.1
My requirements.txt
msrest
msrestazure
azure-core
azure-common
azure-...

Zin Yosrim
Votes: 0
Answers: 1
Error while deploying a Python Function app to Azure
I've got a simple timer trigger function app which works locally using VS Code. When deploying to Azure from within VS Code, I get a failure. Few lines of the message are as follows.
12:33:30 icl777: ...
Redzon
Votes: 0
Answers: 1