Rhys
Rhys
##### SUMMARY A way to backup just the SQL DB on an Azure VM. This could be added as a param to the azure_rm_backupazurevm module or made separately. It would...
### **This is autogenerated. Please review and update as needed.** ## Describe the bug When running `az backup protection backup-now` for sql in azure vm, the backup item cannot be...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Extension Version v2.34.4 ### VS Code Version Version: 1.100.2 (user setup) Commit: 848b80aeb52026648a8ff9f7c45a9b0a80641e2e Date: 2025-05-14T21:47:40.416Z Electron: 34.5.1 ElectronBuildId: 11369351 Chromium: 132.0.6834.210 Node.js: 20.19.0 V8: 13.2.152.41-electron.0 OS: Windows_NT x64 10.0.26100...
### Terraform CLI and Provider Versions CLI: `v1.11.4` Provider: `3.7.2` ### Terraform Configuration ```terraform resource "random_id" "suffix" { byte_length = 3 } resource "azurerm_linux_virtual_machine" "example" { name = "vm-${var.name}-${random_id.suffix.hex}" resource_group_name...