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: includes/virtual-machines-faq-for-disks.md
+11-40Lines changed: 11 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,32 +254,6 @@ All Azure regions now support Standard SSD disks.
254
254
**Is Azure Backup available when using Standard SSDs?**
255
255
Yes, Azure Backup is now available.
256
256
257
-
**How do I create Standard SSD disks?**
258
-
You can create Standard SSD disks using Azure Resource Manager templates, SDK, PowerShell, or CLI. Below are the parameters needed in the Resource Manager template to create Standard SSD Disks:
259
-
260
-
**apiVersion* for Microsoft.Compute must be set as `2018-04-01` (or later)
261
-
* Specify *managedDisk.storageAccountType* as `StandardSSD_LRS`
262
-
263
-
The following example shows the *properties.storageProfile.osDisk* section for a VM that uses Standard SSD Disks:
264
-
265
-
```json
266
-
"osDisk": {
267
-
"osType": "Windows",
268
-
"name": "myOsDisk",
269
-
"caching": "ReadWrite",
270
-
"createOption": "FromImage",
271
-
"managedDisk": {
272
-
"storageAccountType": "StandardSSD_LRS"
273
-
}
274
-
}
275
-
```
276
-
277
-
For a complete template example of how to create a Standard SSD disk with a template, see [Create a VM from a Windows Image with Standard SSD Data Disks](https://github.com/azure/azure-quickstart-templates/tree/master/101-vm-with-standardssd-disk/).
278
-
279
-
**Can I convert my existing disks to Standard SSD?**
280
-
Yes, you can. Refer to [Convert Azure managed disks storage from standard to premium, and vice versa](https://docs.microsoft.com/azure/virtual-machines/windows/convert-disk-storage) for the general guidelines for converting Managed Disks. And, use the following value to update the disk type to Standard SSD.
281
-
-AccountType StandardSSD_LRS
282
-
283
257
**What is the benefit of using Standard SSD disks instead of HDD?**
284
258
Standard SSD disks deliver better latency, consistency, availability, and reliability compared to HDD disks. Application workloads run a lot more smoothly on Standard SSD because of that. Note, Premium SSD disks are the recommended solution for most IO-intensive production workloads.
285
259
@@ -329,40 +303,37 @@ Yes
329
303
330
304
## Managed Disks and Storage Service Encryption
331
305
332
-
**Is Azure Storage Service Encryption enabled by default when I create a managed disk?**
306
+
**Is Server-side Encryption enabled by default when I create a managed disk?**
333
307
334
-
Yes.
308
+
Yes. Managed Disks are encrypted with server-side encryption with platform managed keys.
335
309
336
310
**Is the boot volume encrypted by default on a managed disk?**
337
311
338
312
Yes. By default, all managed disks are encrypted, including the OS disk.
339
313
340
314
**Who manages the encryption keys?**
341
315
342
-
Microsoft manages the encryption keys.
316
+
Platform managed keys are managed by Microsoft. You can also use and manage your own keys stored in Azure Key Vault.
343
317
344
-
**Can I disable Storage Service Encryption for my managed disks?**
318
+
**Can I disable Server-side Encryption for my managed disks?**
345
319
346
320
No.
347
321
348
-
**Is Storage Service Encryption only available in specific regions?**
322
+
**Is Server-side Encryption only available in specific regions?**
349
323
350
-
No. It's available in all the regions where Managed Disks are available. Managed Disks is available in all public regions and Germany. It is also available in China, however, only for Microsoft managed keys, not customer managed keys.
324
+
No. Server-side Encryption with both platform and customer managed keys are availablein all the regions where Managed Disks are available.
351
325
352
-
**How can I find out if my managed disk is encrypted?**
326
+
**Does Azure Site Recovery support server-side encryption with customer-managed key for on-premises to Azure and Azure to Azure disaster recovery scenarios?**
353
327
354
-
You can find out the time when a managed disk was created from the Azure portal, the Azure CLI, and PowerShell. If the time is after June 9, 2017, then your disk is encrypted.
328
+
Yes.
355
329
356
-
**How can I encrypt my existing disks that were created before June 10, 2017?**
330
+
**Can I backup Managed Disks encrypted with server-side encryption with customer-managed key using Azure Backup service?**
357
331
358
-
As of June 10, 2017, new data written to existing managed disks is automatically encrypted. We are also planning to encrypt existing data, and the encryption will happen asynchronously in the background. If you must encrypt existing data now, create a copy of your disk. New disks will be encrypted.
359
-
360
-
*[Copy managed disks by using the Azure CLI](../articles/virtual-machines/scripts/virtual-machines-linux-cli-sample-copy-managed-disks-to-same-or-different-subscription.md?toc=%2fcli%2fmodule%2ftoc.json)
361
-
*[Copy managed disks by using PowerShell](../articles/virtual-machines/scripts/virtual-machines-windows-powershell-sample-copy-managed-disks-to-same-or-different-subscription.md?toc=%2fcli%2fmodule%2ftoc.json)
332
+
Yes.
362
333
363
334
**Are managed snapshots and images encrypted?**
364
335
365
-
Yes. All managed snapshots and images created after June 9, 2017, are automatically encrypted.
336
+
Yes. All managed snapshots and images are automatically encrypted.
366
337
367
338
**Can I convert VMs with unmanaged disks that are located on storage accounts that are or were previously encrypted to managed disks?**
0 commit comments