You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Resource Manager ID that you specified for the subnet may be invalid. This may happen when the virtual network is in a different resource group from the one that has the Service Bus namespace. If you don't explicitly specify the resource group of the virtual network, the CLI command constructs the Azure Resource Manager ID by using the resource group of the Service Bus namespace. So, it fails to remove the subnet from the network rule.
111
+
The Azure Resource Manager ID that you specified for the subnet may be invalid. This issue may happen when the virtual network is in a different resource group from the one that has the Service Bus namespace. If you don't explicitly specify the resource group of the virtual network, the CLI command constructs the Azure Resource Manager ID by using the resource group of the Service Bus namespace. So, it fails to remove the subnet from the network rule.
112
112
113
113
### Resolution
114
114
Specify the full Azure Resource Manager ID of the subnet that includes the name of the resource group that has the virtual network. For example:
@@ -126,7 +126,20 @@ You have configured a delete lock on a Service Bus namespace, but you're able to
126
126
Resource lock is preserved in Azure Resource Manager (control plane) and it doesn't prevent the data plane SDK call from deleting the resource directly from the namespace. The standalone Service Bus Explorer uses the data plane SDK, so the deletion goes through.
127
127
128
128
### Resolution
129
-
We recommend that you use the Azure Resource Manager based API via Azure portal, PowerShell, CLI, or Resource Manager template to delete entities so that the resource lock will prevent the resources from being accidentally deleted.
129
+
We recommend that you use the Azure Resource Manager based API via Azure portal, PowerShell, CLI, or Resource Manager template to delete entities so that the resource lock prevents the resources from being accidentally deleted.
130
+
131
+
## Entity is no longer available
132
+
133
+
### Symptoms
134
+
You see an error that the entity is no longer available.
135
+
136
+
### Cause
137
+
The resource may have been deleted. Follow these steps to identify why the entity was deleted.
138
+
139
+
- Check the activity log to see if there's an Azure Resource Manager request for deletion.
140
+
- Check the operational log to see if there was a direct API call for deletion. To learn how to collect an operational log, see [Collection and routing](monitor-service-bus.md#collection-and-routing). For the schema and an example of an operation log, see [Operation logs](monitor-service-bus-reference.md#operational-logs)
141
+
- Check the operation log to see if there was an `autodeleteonidle` related deletion.
0 commit comments