I am working on configuring Azure App Service with private endpoint according to MS documentation https://learn.microsoft.com/en-us/azure/app-service/ ...
I am working on configuring Azure App Service with private endpoint according to MS documentation https://learn.microsoft.com/en-us/azure/app-service/ ...
I am working with Azure digital twins where we ahve a property called 'TimeOfEvent', the property is being updated together with other properties. Now ...
Last night, we received hundreds of complaints of errors from one of our Azure Web Apps. In the Azure Portal, we looked at the Web App & could se ...
I have been trying to create a script to start my postgresSQL flexible server on weekdays and stop it on Saturday and Sunday for cost optimization. R ...
I was trying to add a subnet in azure app service using below logic but it not working , if condtion is working fine but resourceId i snot forming rig ...
We configured azure Monitoring alerts to capture failed activities and its working as expected. We are receiving a lot of false alert email because w ...
I am trying to enter the access policies in Azure Key Vault, but I am getting the message "Access policies not available. The access configuration fo ...
I have a number of Azure DevOps release pipelines that each deploy code to an Azure App Service. 100% of the time, for the hour or two following the c ...
I have 2 Data Factories, a VM, and a SQL Server. I am attempting to set up a Linked Self-Hosted IR on Data Factory B to connected to the Self-Hosted I ...
I have terraformized Log Analytics Workspace, Sentinel by using below code: I'm planning to terraformize the playbook permissions configuration by ...
I configured a policy in Azure Api Management which includes a jwt token check. The policy is as is follows: <policies> <inbound> ...
I'm trying to deploy few sentinel automation rules for a sentinel solution using Terraform. Because the automation rules require a UUID for its name, ...
I have a basic azure alert where it looks at the windows logs of a VM, and determines whether it should fire an alert upon detecting a specific event ...
I have the following. I'm trying to pull a single value out but no matter how I try and pull it, I get nothing. ...
enter image description here Having an issue with this spot, 'Authentication to Azure Resources' not sure where I should define workspace. I thought ...
I'm using an API to create an incident in Azure Sentinel and it's working successfully but I want to add the alertproductnames with the API request to ...
I have a CosmosDbQuery that works fine but is a bit slow and expensive: To optimise my query i would like to first have a Where clause on my parent ...
I deployed few days ago 2 services into Azure Kubernetes cluster. I set up cluster with 1 node, virtual machine parameters: B2s: 2 Cores, 4 GB RAM, 8 ...
I'm trying to use DefaultAzureCredentials to authenticate my Azure function against Azure Service Bus. In my azure function azure-func-service-bus, I ...
I'm trying to get instance of ILogger<T> when resolving a dependency in the Startup class of an Azure Function v4 in process version. Only this ...