azure-docs
azure-docs copied to clipboard
Open source documentation of Microsoft Azure
The article says "If using rsync to copy data, then rsync -a option is not supported." rsync -a is just a shortcut for -rlptgoD. (https://linux.die.net/man/1/rsync) Presumably it would be more...
In the Warning section, the article says this: "When you manage records using the DNS Server tools, make sure that you don't delete or modify the built-in DNS **records** that...
The purpose of this update is to reflect a branding change from Lockpath/Keylight to NAVEX IRM to make it easier for users to ensure they are reading the right documentation.
[Enter feedback here] When you run this command:  I'm pretty sure you should expect to see an error, since the edgeHub has not been created yet. The error I...
[Enter feedback here] For all kind of invocations a sample is included. However, for MI one is not included or clearly specify what to use: https://docs.microsoft.com/en-us/azure/cognitive-services/authentication?context=%2Fazure%2Fapplied-ai-services%2Fform-recognizer%2Fcontext%2Fcontext&tabs=powershell#authorize-access-to-managed-identities The key point is...
In regards to the Important note "Existing Private DNS Zones tied to a single service should not be associated with two different Private Endpoints as it will not be possible...
When using Terraform to setup software extensions for resources using the following code: `resource "azurerm_virtual_machine_extension" "dc_software" { count = local.dc_count name = "DC-SetupScript-${format("%02d", count.index + 1)}" virtual_machine_id = azurerm_windows_virtual_machine.DC[count.index].id publisher...
I would like some explanation on what happens to the sequence number when a message is abandoned or when a message is processed and the consumer throws an exception or...
Reviewing this thread again (55247 which was closed) ... anyone know if this feature is still available? if you see at the bottom of this documentation link for powershell and...