Hello Brian Jean,
Could you please confirm if the dependencies are already removed?
Additionally, once the dependencies are clear, please try to run the below command to understand the current status of the unlinking process.
az monitor log-analytics workspace linked-service show -g MyResourceGroup -n automation --workspace-name MyWorkspace
Please make sure to replace MyResourceGroup
with the resource group of the workspace, and MyWorkspace
with the actual workspace name. The rest of the command remains unchanged.
below doc is for the reference:
If you receive a response and the provisioningState
shows Succeeded, it means the unlinking is still being processed in the backend.
If no response is returned, it indicates the unlinking has been completed, and the status will update in the Azure portal within approximately 48 hours.
Note: We are aware of this issue. The MS engineering team confirmed that it takes a day or two, but eventually the account gets deleted.
If the provided solution works for your query, please do not forget to click Upvote Button. this can be beneficial to other community members.it would be greatly appreciated and helpful to others
Thanks