Questions tagged [azure]
For questions relating to Windows Azure cloud hosting technologies
169 questions
1 vote
1 answer
197 views
Storing 100k keys for bulk retrieval from Azure
We're setting up a device-to-cloud channel using TLS-PSK (Pre-Shared Key), where each device uses a unique key to encrypt communications. Each key is known only to the individual device that uses it ...
0 votes
0 answers
63 views
Adequate Implementation for allowing access to an API
I am in the process of creating an internal application, and I am currently laying it out. Right now, these are the constraints: Program is currently limited to one department, do not foresee it ...
0 votes
1 answer
100 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 ...
0 votes
0 answers
310 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 ...
0 votes
0 answers
120 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 ...
2 votes
1 answer
91 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 ...
2 votes
2 answers
351 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 ...
-2 votes
1 answer
653 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 ...