Action to be taken when resource deletion locking is not correctly set (Cloud for Microsoft Azure)

Virtual Storage Platform One SDS Block and SDS Cloud Troubleshooting Reference

Version
1.19.x
Audience
anonymous
Part Number
MK-24VSP1SDS029-03
ft:lastEdition
2026-04-07

If resource deletion locking is not correctly set, event log KARS10965-W is output. Address this problem by performing the following.

Note on the procedure

  • In the following procedure, long command lines begin on a new line delimited by "\."

  • Recording console outputs (for example, by using a script command, redirecting operation, or the tee command) can help to confirm the execution result or handle errors.
  1. See Exporting configuration files (Cloud for Microsoft Azure) in the VSP One SDS Block and SDS Cloud System Administration to obtain configuration files from VSP One SDS Block for general operation.

    When exporting configuration files, you do not need to specify the exportFileType parameter.

    Unzip the obtained configuration files.

    CAUTION:

    Make sure you do not change the unzipped configuration files unless instructed to do so by the manual. If you edit the files, deployment update might result in failure.

  2. Run the following Azure CLI command to update the deployment.
    az deployment group create \
    --name mainTemplate \
    --resource-group <storage-cluster-resource-group-name> \
    --template-file VMConfigurationFile.json \
    --parameters VMConfigurationFile.parameters.json
  3. Run the following Azure CLI command to verify that the deployment result is "Succeeded."
    az deployment group show \
    --name mainTemplate \
    --resource-group <storage-cluster-resource-group-name> \
    --query "properties.provisioningState"

    If the result shows "Running", wait for a while, and then run the Azure CLI command again.

  4. Run the following Azure CLI command to verify that the resource is locked.

    Verify that the target resource is output for which "level" shows "CanNotDelete."

    • Storage account
    • Managed ID
    • Load balancer
    • Azure VM instance
    az lock list \
    --resource-group <storage-cluster-resource-group-name>