Skip to content

Commit afea551

Browse files
authored
fix identation
1 parent 936717c commit afea551

File tree

1 file changed

+15
-15
lines changed
  • articles/confidential-computing

1 file changed

+15
-15
lines changed

articles/confidential-computing/faq.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,43 @@ If your Azure issue is not addressed in this article, visit the Azure forums on
2020

2121
**How can I deploy DCsv2 series VMs on Azure?**
2222

23-
Here are some ways you can deploy a DCsv2 VM:
23+
Here are some ways you can deploy a DCsv2 VM:
2424
- Using an [Azure Resource Manager Template](../virtual-machines/windows/template-description.md)
2525
- From the [Azure portal](https://portal.azure.com/#create/hub)
2626
- In the [Azure Confidential Computing (Virtual Machine)](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-compute.acc-virtual-machine-v2?tab=overview) marketplace solution template. The marketplace solution template will help constrain a customer to the supported scenarios (regions, images, availability, disk encryption).
2727

2828
**Will all OS images work with Azure confidential computing?**
2929

30-
No. The virtual machines can only be deployed on Generation 2 operating machines with Ubuntu Server 18.04, Ubuntu Server 16.04, Windows Server 2019 Datacenter, and Windows Server 2016 Datacenter. Read more about Gen 2 VMs on [Linux](../virtual-machines/linux/generation-2.md) and [Windows](../virtual-machines/windows/generation-2.md)
30+
No. The virtual machines can only be deployed on Generation 2 operating machines with Ubuntu Server 18.04, Ubuntu Server 16.04, Windows Server 2019 Datacenter, and Windows Server 2016 Datacenter. Read more about Gen 2 VMs on [Linux](../virtual-machines/linux/generation-2.md) and [Windows](../virtual-machines/windows/generation-2.md)
3131

3232
**DCsv2 virtual machines are grayed out in the portal and I can't select one**
3333

34-
Based on the information bubble next to the VM, there are different actions to take:
35-
- **UnsupportedGeneration**: Change the generation of the virtual machine image to “Gen2”.
36-
- **NotAvailableForSubscription**: The region isn't yet available for your subscription. Select an available region.
37-
- **InsufficientQuota**: [Create a support request to increase your quota](../azure-portal/supportability/per-vm-quota-requests.md). Free trial subscriptions don't have quota for confidential computing VMs.
34+
Based on the information bubble next to the VM, there are different actions to take:
35+
- **UnsupportedGeneration**: Change the generation of the virtual machine image to “Gen2”.
36+
- **NotAvailableForSubscription**: The region isn't yet available for your subscription. Select an available region.
37+
- **InsufficientQuota**: [Create a support request to increase your quota](../azure-portal/supportability/per-vm-quota-requests.md). Free trial subscriptions don't have quota for confidential computing VMs.
3838

3939
**DCsv2 virtual machines don't show up when I try to search for them in the portal size selector**
4040

41-
Make sure you've selected an [available region](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines). Also make sure you select “clear all filters” in the size selector.
41+
Make sure you've selected an [available region](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines). Also make sure you select “clear all filters” in the size selector.
4242

4343
**I get an Azure Resource Manager template deployment failure error: "Operation could not be completed as it results in exceeding approved standard DcsV2 Family Cores Quota"**
4444

45-
[Create a support request to increase your quota](../azure-portal/supportability/per-vm-quota-requests.md). Free trial subscriptions don't have quota for confidential computing VMs.
45+
[Create a support request to increase your quota](../azure-portal/supportability/per-vm-quota-requests.md). Free trial subscriptions don't have quota for confidential computing VMs.
4646

4747
**What’s the difference between DCsv2-Series and DC-Series VMs?**
4848

49-
DC-Series VMs run on older 6-core Intel Processors with Intel SGX and have less total memory, less Enclave Page Cache (EPC) memory, and are available in only two regions (US East and Europe West in Standard_DC2s and Standard_DC4s sizes). There are no plans to make these VMs Generally Available and they are not recommended for production use. To deploy these VMs, use the [Confidential Compute DC-Series VM [Preview]](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-compute.confidentialcompute?tab=Overview) Marketplace instance.
49+
DC-Series VMs run on older 6-core Intel Processors with Intel SGX and have less total memory, less Enclave Page Cache (EPC) memory, and are available in only two regions (US East and Europe West in Standard_DC2s and Standard_DC4s sizes). There are no plans to make these VMs Generally Available and they are not recommended for production use. To deploy these VMs, use the [Confidential Compute DC-Series VM [Preview]](https://azuremarketplace.microsoft.com/marketplace/apps/microsoft-azure-compute.confidentialcompute?tab=Overview) Marketplace instance.
5050

5151
**Are DCsv2 virtual machines available globally?**
5252

53-
No. At this time, these virtual machines are only available in select regions. Check the [products by regions page](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines) for the latest available regions.
53+
No. At this time, these virtual machines are only available in select regions. Check the [products by regions page](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines) for the latest available regions.
5454

5555
**How do I install the Open Enclave SDK on the DCsv2 virtual machines?**
5656

57-
For instructions on how to install the OE SDK on an Azure or on-premise Machine, follow the instructions on the [Open Enclave SDK GitHub](https://github.com/openenclave/openenclave).
57+
For instructions on how to install the OE SDK on an Azure or on-premise Machine, follow the instructions on the [Open Enclave SDK GitHub](https://github.com/openenclave/openenclave).
5858

59-
You can also look into the Open Enclave SDK GitHub for OS-specific installation instructions:
60-
- [Install the OE SDK on Windows](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Windows.md)
61-
- [Install the OE SDK on Ubuntu 18.04](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_18.04.md)
62-
- [Install the OE SDK on Ubuntu 16.04](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_16.04.md)
59+
You can also look into the Open Enclave SDK GitHub for OS-specific installation instructions:
60+
- [Install the OE SDK on Windows](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Windows.md)
61+
- [Install the OE SDK on Ubuntu 18.04](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_18.04.md)
62+
- [Install the OE SDK on Ubuntu 16.04](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_16.04.md)

0 commit comments

Comments
 (0)