Skip to main content

Microsoft Azure Collective

Discuss Microsoft Azure with peers and experts Learn more
A new space for technical discussions about Microsoft Azure
Share your insights, advice and experience with peers and experts
Engage and discuss in threaded post replies

Discussions

Browse discussion posts about Microsoft Azure.

37 discussion posts
Sorted by:
0 votes
68 views
3 replies

Azure Function app (python) deployment from github actions gives module not found.

I have implemented the solution provided and added the pip update line. Unfortunately, the issue is not resolved and is persising for some reason. In addition, I tried to use the code provided in the ...

M--'s user avatar
  • 29.8k
23 votes
2k views
19 replies

Best Cloud Platform (AWS, GCP, Azure) for Deploying E-commerce Startup Application: EKS vs. GKE vs. AKS?

I'm in the process of deploying my e-commerce startup application to the cloud and I'm seeking advice on choosing the best cloud platform among AWS, GCP, and Azure, as well as the optimal managed ...

Jason Pascoe's user avatar
0 votes
18 views
0 replies

Help - AKS Networking with FortiGate as Ingress/Egress Instead of Azure WAF

Hey everyone, We’re setting up an AKS cluster but have a unique networking requirement. Instead of using the usual Azure WAF or the built-in load balancers for ingress/egress, we want our FortiGate ...

Fredel Coetzee's user avatar
0 votes
37 views
0 replies

Startup command or shell script - what is the proper way for deploying Python FastAPI app on Azure Web services from GitHub?

I have a FastAPI backend Python app. The code is on GitHub and I use GitHub Workflow triggered manually to deploy it to the Azure App Services. I have requirements in requirements.txt. My goal is to ...

izkeros's user avatar
  • 918
0 votes
60 views
3 replies

Is there a solution for net8 isolated functions?

I'm trying this exact solution right now and it doesn't modify the response content: public async Task Invoke(FunctionContext context, FunctionExecutionDelegate next) { var request = await context....

Micheal Digital's user avatar
0 votes
32 views
0 replies

How to Connect My Domain to Azure and Test WAF Effectiveness Using OWASP ZAP?

I am new to Azure and trying to test the effectiveness of Azure Web Application Firewall (WAF) on a domain I own. The domain has both IPv4 and IPv6 addresses. My goal is to assess how well Azure WAF ...

Len's user avatar
  • 1
1 vote
1k views
3 replies

Performance impact of SQL assessment on Azure VM where SQL Server is hosted

We have an SQL Server hosted in an Azure VM (Source VM). Now we are planning to migrate it into Azure SQL Managed Instance. While running the assessment and capturing the data for recommendation, will ...

Pimenta's user avatar
  • 1,109
2 votes
45 views
3 replies

When adoption of passkeys increase, would passkeys replace social platforms OIDC logins?

Back in the day, when I used social platforms OIDC logins, I didn’t fully grasp the privacy implications—OIDC providers could track every login across different platforms. I initially bought into the ...

Mr.UNIcode's user avatar
9 votes
1k views
20 replies

Is C# .net For Client Applications Dead?

Since Xamarin is officially out of support, and MAUI is a complete disaster (and considering nobody, even microsoft doesn't use it...for anything), is it safe to say that C#, or .net in general for ...

imlearningdontjudgeme's user avatar
4 votes
698 views
7 replies

How to deploy a web api from github to an azure web app service if the web app service is behind a private network

The issue is the web app service is on a private network. It can be accessed through the vpn but not directly. For public web app, I can directly push it from github action. However, this won't work ...

Kaloyan Drenski's user avatar
2 votes
391 views
5 replies

CI/CD pipeline for my PHP web application

How can I set up a CI/CD pipeline for my PHP web application, which is hosted in Azure Repos? I'm using an Ubuntu VM as the deployment environment and would like guidance on configuring the pipeline ...

Abiola Akinnubi's user avatar
0 votes
112 views
1 reply

Most efficient way to vector search multiple Azure indexes

I am developing application that enables user to chat with files chunked across multiple Azure indexes. Doing multiple Azure vector search calls to each of the indexes is one obvious approach, but has ...

Greg Burghardt's user avatar
5 votes
186 views
4 replies

The best way to keep data in Azure Cosmos DB consistent

I have a Cosmos DB database to store surveys. Most often, I need to retrieve individual surveys by their ID or a set of them by the ID of their author. After reading this and this, I decided to store ...

Ifeoluwa Osungade's user avatar
8 votes
971 views
15 replies

Can we have huge number of endpoints in same azure function or aws lambda?

In my organization I am noticing that people are keep on adding different endpoints in same function.cs file provided by azure. I am wondering is this correct approach for exponentially growing code? ...

Andrew B's user avatar
  • 1,079
3 votes
146 views
4 replies

Legacy ASP.NET connection to Azure SQL MI

I have a legacy ASP.NET application that originally connects to an on-premises SQL Server database via a connection string (login, server, password in plain text in the connection file), and we have ...

Ben Sampica's user avatar
  • 3,432
15 30 50 per page