incremental backup on azure
At 08:00 AM we take a disk snapshot with this azure cli command: az snapshot create -g RG1 -n snapshot_0800 --source DISK1 Can you help me to understand how I can create a snapshot at 09:00 AM to provide an…
At 08:00 AM we take a disk snapshot with this azure cli command: az snapshot create -g RG1 -n snapshot_0800 --source DISK1 Can you help me to understand how I can create a snapshot at 09:00 AM to provide an…
I have a repository in Azure Repos. I have two branches "develop" and "abc". I have the same file (pom.xml) which exists in those 2 branches. How can I see the differences between branches for this file? I tried to…
Within Azure Sentinel, I have several automation rules set up that respond with various playbooks/logic apps. I want to be notified or know how to search the logs to find all the failed runs failed actions (by playbooks/logicapps) and when…
I am trying to create a container in which the only property that should be indexed is the /id property. The documentation states: If the indexing mode is set to consistent, the system properties id and _ts are automatically indexed.…
I have to check an application version I'd like to mark as compliant if the version is => of 116.x.x.x This i s my query AppInventory_CL | where AppName_s in ('Microsoft Edge') or '*' in ('Microsoft Edge') | summarize arg_max(TimeGenerated,…
I have a github action where I am trying insert a secret from azure key vault into my appsettings.json. I was using, https://github.com/Azure/get-keyvault-secrets and it was working but getting a warning that it is deprecated. The suggestion is to use…
Is there any way we can deploy azure DCR with two or more log analytics workspace destinations? I have Tried basic code with one destination but I am not able to add another one resource "azurerm_monitor_data_collection_rule" "this" { name =…
We want to use Snowflake. As you maybe know, Snoflake is only available in specific regions on major hypersclaers like Microsoft Azure: https://docs.snowflake.com/en/user-guide/intro-regions#europe-middle-east-regions In Germany, there is no region. Next one is in the Netherlands. All our services are hosted…
I have a Azure SQL online SQL-database. How can I create a linked server to a DB2 server with a VPN (Fortigate). I have checked some tutorials, but my SSMS does not have a folder "linked Servers", because it is…
I use the Azure B2C platform and custom policies for a login application of mine and I pass an HTML page to customize the login page of the Azure B2C platform as explained in the following Microsoft documentation: https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-custom-policy I…