User Profile
chilberto
Iron Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Azure WAF - Resources for understanding policies
I am looking for some guidance around setting up the WAF including suitable exclusions. The issue I am running into is the documentation does not identify why something was triggered. For example, I know the http header Referrer contains something that is triggering XSS. I believe it is because in the url there are the two characters "on" in the endpoint "https://mysite.com/onecode?para1=test¶2=fred", but I am just making an educated guess. I would then think I would create an exclusion to say do not trigger if the url contains "onecode". That is not really good enough though as what if the url contains onecode and another occurrence of "on" that should trigger XSS (for example in one of the parameters). I would think everyone would have this issue so I am surprised I did not find anything in docs or Architecture Centre.2.1KViews0likes2CommentsCognitive Services /vision/v3.1/read/analyze vs vision/v3.1/ocr
I am building a new Blazor application that will capture an image of a clothing label in order to extract information. I am looking at using Cognitive Services to extract the writing from the image. From the documentation I would think OCR would be the right service but I am getting better results using the vision read/analyze service. Can someone explain the pros/cons of these two services (or a better option is there is one) and/or point me towards some documentation or blogs that might help?3.2KViews0likes0CommentsAzure AD B2C - Claims in Sign up and sign in are not showing
I am missing something simple I am sure... I have a user flow created for Sign up and sign in as follow: I am interested in returning the following claims: When using the run user flow with the reply URL to view the JWT: I am receiving a response without the claims I specified: So, is there a setting I am overlooking to ask Azure B2C to add the claims I specified or to disable the default behavior or ? Any pointers appreciated as I just cannot spot what I am doing wrong.
Groups
Recent Blog Articles
GitHub Actions - Azure Function Apps zip deployment - ERROR: 'str' object has no attribute 'value'
A recent change has caused a lot of frustration with Azure Function App zip deployment: az functionapp deployment source config-zip. This article provides a temporary workaround until a fix is availa...0likes0Comments