Skip to main content

Questions tagged [azure]

For questions relating to Windows Azure cloud hosting technologies

0 votes
1 answer
27 views

How do I decide the specifications for a compute cluster that I need for a fine-tuning task in Azure ML?

I was using the Standard_NC48ads_A100_v4 Compute cluster with 2 nodes to fine-tune a Phi-3-mini-128k-instruct model. The data used for the same was around 25 MB. I set the training batch size to 10. ...
S R's user avatar
  • 11
0 votes
1 answer
74 views

.NET - Communication between services and Power BI

I have the following problem which I don't know much about. I have a ServiceA that returns customer data on transactions and a ServiceB that has reports, also my environment uses Power BI from ...
Katarina's user avatar
0 votes
1 answer
34 views

How to achieve zero-downtime updates of Azure App Service configuration with dynamic switching between different cosmos db containers?

I have an Azure App Service hosting an API that retrieves data from Azure Cosmos DB and Azure AI Search. Currently, the API configuration, including the Cosmos DB container and AI Search index to use, ...
Ashutosh's user avatar
  • 139
0 votes
0 answers
57 views

Azure Service Bus: consume messages from multiple subscriptions vs forwarding messages to a single input queue

I'm designing an Azure Service Bus topology with multiple topics. Each topic is associated with a single message type: this is possible since we have a limited number of message types, each one with a ...
Enrico Massone's user avatar
0 votes
1 answer
51 views

Ideal design for reusing data across different environments

We have 3 subscriptions in our Azure management group: DEV, TEST & PROD We use Azure Maps to get weather insights data via some Databricks jobs In order to roll things off quickly, we replicated ...
HelmBurger's user avatar
0 votes
0 answers
102 views

Is turning objects that perform infite loops into a services a good practice?

I was assigned a task to change the communication mechanism between two parties, from Azure Event Hub to Azure Queue + Blob Storage. On the way, I thought redesigning a bit the components to make it ...
Veverke's user avatar
  • 461
0 votes
1 answer
33 views

Is using an Azure Function to forward a message to my App Service the best idea for handling a Twilio Web Hook?

I have an Azure App Service running a .NET (Core) API for an inhouse application, which I'm integrating with Twilio to handle Whatsapp communication. To handle the web hook responsible for receiving a ...
jarodsmk's user avatar
  • 141
0 votes
0 answers
75 views

Replacement for WCF ServiceBus Relay in .Net 7

We've leveraged WCF Azure Service Bus Relay fairly heavily in the past and have a number of C# services that rely on it. All of these services relay REST requests to small on-site servers that sit ...
Molloch's user avatar
  • 101
2 votes
1 answer
64 views

Azure Managed Identity and Zero Trust

Azure Managed Identity provides a mean to only allow explicitly defined users/apps to access a given resource. For instance I can setup that no-one can access my database except the Managed Identities ...
Jakob Busk Sørensen's user avatar
0 votes
1 answer
71 views

Best practices for storing logs from worker processes in Azure?

We have a .NET 6 application that consists of a REST API running in Azure App Service, and long-running background jobs hosted in Docker containers. These jobs are triggered by messages in a message ...
hingst's user avatar
  • 29
2 votes
2 answers
251 views

Can chatty microservices be okay to use if there is a specific use case for them?

Introduction Hi everyone, in my company we are using microservice approach and of course are trying to do it as correct as possible. There is a new requirement coming up where I have laid out a ...
Musterknabe's user avatar
0 votes
0 answers
96 views

Good reason not to do this: Pub/Sub with only 1 topic and publishers are also subscribers

Looking for a good reason to avoid this solution. Problem Multiple microservices/SAAS, each storing the same data that needs to be synced (example is customer contact details). 1st is an OAuth ...
Yorro's user avatar
  • 159
-2 votes
1 answer
408 views

I have a SPA using Azure AD Auth Code with PKCE flow and I'm trying to implement token exchange/on-behalf-of flow

I have an angular SPA that runs in an office add-in (word) that I need to authenticate against Azure AD using Oauth2, consume resources from multiple apis and make graph calls. I have been successful ...
Josh Engel's user avatar
0 votes
0 answers
254 views

C# Azure Function Durable Function Vs Batch Timer Trigger Function

I have a question related to the best approach when resources are limited, such as on the Azure Function consumption plan. I have an IoT device, and the number of IoT devices is likely to increase to ...
user8400863's user avatar
1 vote
3 answers
273 views

Improving performance of C# Azure function

I am currently working on a C# Azure Function that is triggered by an HTTP request. The function's purpose is to extract raw data from Azure Table Storage and output it to the user in the form of a ...
user8400863's user avatar

15 30 50 per page
1
2 3 4 5
12