当我在 Azure 上创建单个虚拟机时创建了 2 个存储帐户
2 storage accounts created when i created a single vm on azure
我想知道为什么我在 Azure 上创建 Vm 时创建了两个存储帐户?一个只包含 blob,而另一个包含所有 blob、文件、表和队列。
I wonder why there are two storage accounts were created when i
created a Vm on azure? One consists of only blob, while another
consists of all blobs, files, tables and queues.
一个存储帐户应该用于创建 VM 所使用的 VHD。这应该是只有 blob 的存储帐户,并且应该是 Premium
一个。其他存储帐户(包含所有内容)应该用于您的 VM 的诊断数据。
我想知道为什么我在 Azure 上创建 Vm 时创建了两个存储帐户?一个只包含 blob,而另一个包含所有 blob、文件、表和队列。
I wonder why there are two storage accounts were created when i created a Vm on azure? One consists of only blob, while another consists of all blobs, files, tables and queues.
一个存储帐户应该用于创建 VM 所使用的 VHD。这应该是只有 blob 的存储帐户,并且应该是 Premium
一个。其他存储帐户(包含所有内容)应该用于您的 VM 的诊断数据。