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
How to generate an AsyncPageable (from another AsyncPageable)
I am creating a library that uses a number of clients which return AsyncPageables. Most of the functions in my library convert objects from the AsyncEnumerable into some other format.
Right now, I am ...
jmerkow
Votes: 0
Answers: 0
Azure AD B2C with Microsoft account and Sign in user
I am getting this error when configuring an asp.net core app to use Azure AD B2C authentication with Microsoft Account as external identity provider.
AADSTS70000121: The passed grant is from a persona...

Jay Nanavaty
Votes: 0
Answers: 0
How to get the list of access policies of an Azure keyvault related to individual users?
I'm working on a script to remove all the permissions for indivudual users on a keyvault and replacing them with an access policy for a security group instead.
With Get-AzKeyVault you can get all the ...
Apocatastasis
Votes: 0
Answers: 1