Export log records in Azure as JSON object
How can I export logs from Azure in JSON format? and what is the best practicee to do that? There is the option to use direct Kusto queries and export the logs to CSV, but in this case there is…
How can I export logs from Azure in JSON format? and what is the best practicee to do that? There is the option to use direct Kusto queries and export the logs to CSV, but in this case there is…
I have a app service in Azure that has been scaled out to 5 instances. I can list the instances via the following az cli command az webapp list-instances But how can i tell which instance has frozen or is…
I'm trying to automate the sentinel alerts. It requires Az.Accounts and Az.securityInsights modules as pre-requisites. I'm running PowerShell scripts via automation account. The PowerShell runbook contains default versions of Az.Accounts and Az.SecurityInsights modules. I need to update these modules to…
Been fighting with this for 2 days now and i'm not sure what Todo.... and its very simple im trying to add a map to my website just the basic one nothing fancy and the only thing that show's is…
Table storage migration to sql Hello, We’ve got a table held in table storage that contains a value history dating back many many years. Looking at the analytics side, it holds over 0.5TiB. In this format, it’s useless unless you…
The GUI in Azure Machine Learning for creating datasets is straight forward. But I have a hard time creating it through python code. I'm using the Python 3.8 Azure ML kernel. Here is the code I have but it's running…
I have a service principal which has access to all tenants and its resources in my organization. The client_id client_secret and tenant_id are used in a .Net Core 6 API and following function is used to get an access token…
I am testing a simple html page with Azure Static Web Apps (SWA) and want to implement an IP restriction so I can only view the site. I also have a simple Azure Devops task to push the project. The…
I'm trying to create an Azure Event Hub using json config and Bicep. The Event Hub namespace deploys fine, but when I try to extend the code to namespaces/eventhubs and namespaces/eventhubs/authorizationRules then I encounter an issue as I have nested…
I have multiple repos thanks to a micro-frontend architecture and would like to run the test suite found in another repo on a specified environment/url. My parent pipeline creates and environment for a PR preview. Rather than checkout the other…