skip to Main Content

Docker File and Python

Apologies I am very new to Docker. I have the following Docker file which contains the following commands (see below). I am not sure I understand all commands and I would appreciate some explanation. I commented all the lines I…

VIEW QUESTION

Azure – Cannot (always) fetch an attribute in an object even though it exists

I'm currently developing locally an Azure function that communicates with Microsoft Sentinel, in order to fetch the alert rules from it, and more specifically their respective querys : credentials = AzureCliCredential() alert_rules_operations = SecurityInsights(credentials, SUBSCRIPTION_ID).alert_rules list_alert_rules = alert_rules_operations.list(resource_group_name=os.getenv('RESOURCE_GROUP_NAME'), workspace_name=os.getenv('WORKSPACE_NAME')) The…

VIEW QUESTION
Back To Top
Search