User Profile
pioardi
Brass Contributor
Joined May 10, 2020
User Widgets
Recent Discussions
Re: Azure App service function error
Did you tried to connect your function app with application insights and see the logs ? Or even to use diagnostic & solve problems blade , here you can figure out for example if connection string used to access baked services are no more valid2.3KViews0likes0CommentsRe: Best way to secure Azure Function
bri992 so this documentation should help you hopefully https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad . I followed the doc and was working as expected on a function app . Anyway , more generally speaking , you could also put in place access restrictions . Go on network blade , then scroll down and you will find access restrictions , within it you can specify the subnets and/or source ip ranges that you want to allow/deny to run your functions.3.6KViews0likes0CommentsRe: App Service accessibility question
Hi kolldani , usually you can scroll down and enable diagnostic settings to store the metrics on a log analytics workspace or send them to event hub . In this way you can process and analyze metrics . You can also click on one metric and then on the follow screen , click on share -> excel to export it. Hope this help1.5KViews1like1CommentAzure Policy experience could be faster
Hi everyone , I started to look more deeply into the azure policies some days ago . Azure policy are great for governance and enforcements , but what I would like is to have a near real time experience on compliance and on deny/audit count on the policy assignments . What I would suggest is also to have a tool that allow to test the policy behaviour more quickly , something like conditional access policy what-if tool that is available on the portal .823Views0likes0CommentsRe: Logic Apps and VNET access without ISE ?
Hi JackK1870 , if you are looking for a cheap solution you could configure the firewall of the services that your logic app uses with the flag : - Allow traffic from azure data center or allow trusted microsoft services to access... or for other services don't have this option you could put the logic apps outgoing ip addresses as allowed into the firewall ( those ip address ranges are publicly available , are static enough even if some ranges could be added in future ) . Those two options will come with some security considerations and depending on your security requirements could enable you to connect logic app to other azure services that are not totally public exposed. For example the second option could be used with function apps that have vnet integration and you can reach out your on-prem data source using a function app in the middle . Logic app -> Function app ( configure access restrictions and vnet ingration ) -> on prem Or you can just use a function app instead of your logic app to reduce costs, even if is not suitable like logic apps to build workflows 🙂 Available for further discussion6.6KViews0likes0Comments
Recent Blog Articles
No content to show