User Profile
gkarwchan
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Easiest way to handle ordering on Event Hub on Blob Containers
I am looking for an easy solution for ordering events. I have an Azure blob storage where an external service push files into a container with different subfolders. I want to respond to event by creating a handler on Event Hub on: Create blob for those files, but those files should be processed in a specific order, so files in folder-1 should be processed before folder-2 and then folder-3. The problem is the external service just upload files in whatever order, and those files might be big. So the file in folder-3 might load first, and then file in folder-1 which might be big so it might take 40 seconds to upload, and then file in folder-2. What the easiest way (without writing code if possible)? Is there a way in Event Hub , or any other Azure service (if possible without writing code) to send to the subscriber in a custom order?424Views0likes1CommentAny good book for practical recipes for Azure Entra ID
I tried two books on Azure Active Directory and Microsoft Identity platform to try to build applications. But I will be honest, the books are very dry when explaining the concepts (Application Object, Service Principal, Registered App, Enterprise App...), and I try to understand it but find it difficult. Are there books that are practical in their approach by doing hands-on approach, and then while building hands-on, explain the concepts. Like the recipes books in IT. Are there books like that forSolved4.3KViews1like1CommentThe Captcha keep failing when create a Microsoft Entra ID tenant in pay as you go
I have Azure "Pay as you go" Subscription. I am trying to create another Azure AD tenant (now called Microsoft Entra ID tenant), but the captcha keep failing times after times after times. I tried many browsers, and in Incognito modes, on different times, with no success. https://%20%20https//learn.microsoft.com/en-us/answers/questions/1182528/my-captcha-gets-denied-when-creating-tenant-how-to, but it says that on Free trial you cannot create a second tenant, but I am on Pay as you go and not free trial. P.S: I am able to create B2C tenants, but not the B2B or the Entra. I already have two Entra tenants, the default one with my subscription and one I was added to because I contributed in Microsoft Community which has no access at all on Azure.989Views0likes4CommentsConnect App Service to Azure SQL Server through Virtual Network
I have an Azure Sql server, and Azure App service, and now I am connecting them using the public DNS address, and protect the sql server by enabling : Allow Azure services and resources to access this server, and keep the firewall allowed addresses almost empty. If I move the connection to be through virtual network, and used service end point or private end point, does that enhance the performance, and speed of communication?Solved3.2KViews0likes2Comments
Recent Blog Articles
No content to show