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
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The resources in this table are used by the VM and need to exist or be created w
93
93
| Resource | Required | Description |
94
94
| --- | --- | --- |
95
95
|[Resource group](../../azure-resource-manager/management/overview.md)|Yes |The VM must be contained in a resource group. |
96
-
|[Storage account](../../storage/common/storage-account-create.md)|Yes |The VM needs the storage account to store its virtual hard disks. |
96
+
|[OS disk](../managed-disks-overview.md)|Yes |The VM needs a disk to store the OS in most cases. |
97
97
|[Virtual network](../../virtual-network/virtual-networks-overview.md)|Yes |The VM must be a member of a virtual network. |
98
98
|[Public IP address](../../virtual-network/ip-services/public-ip-addresses.md)|No |The VM can have a public IP address assigned to it to remotely access it. |
99
99
|[Network interface](../../virtual-network/virtual-network-network-interface.md)|Yes |The VM needs the network interface to communicate in the network. |
0 commit comments