How to disable Storage Pools/Disks to be available to other nodes in SQL Cluster?
I am creating a SQL Cluster in Azure. This SQL cluster is mostly based on the Microsoft documentation article called "Tutorial: Configure an availability group in multiple subnets (SQL Server on Azure VMs)". This way you can create an SQL cluster with a cloud witness, which in event of a failure, will failover from a node1 to node2 (and vice versa).
We are configuring an Always On Availability Group (and not Failover Cluster Instance), in which disks are not supposed to be shared among nodes.
However, there is one functionality that we want to turn off. Storage Pools / Disks are shared among the nodes. For example, node1 can remove/delete disks or storage pools on node2 and vice versa. Example is on the image below, where in Server Manager it says under the "Available to".
How to disable this functionality? We want node1 to be able to see only disks that belong to it, not disks from other nodes.