Skip to content

Commit 7bf7a01

Browse files
authored
Minor correction in FAQ answers
1 parent 2c59d71 commit 7bf7a01

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/sql-server/azure-arc/faq.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,42 @@ sections:
1515

1616
- name: General FAQ
1717
questions:
18-
- question: Can I exclude instances when I onboard with Azure Policy with Azure Arc-enabled SQL Server?
18+
- question: Can I exclude any SQL Server instances when I onboard with Azure Policy with Azure Arc-enabled SQL Server?
1919
answer: |
20-
Yes, you can set the `excludedInstances` setting in the Azure Policy.
20+
Yes, you can use the `excludedInstances` setting in the Azure Policy to indicate the SQL Server instances that you do not want to include in the onboarding process.
2121
22-
For example, if you have standby instances, perhaps you don't want to see them in the portal. When you use Azure Policy to onboard, you can exclude instances based on a pattern in the name.
22+
For example, if you have any standby instances, you may not want to view them in the portal. When you use Azure Policy to onboard, you can exclude such instances based using pattern matching of the Instance name(s).
2323
24-
1. Create a copy of the definition that we provide in Azure so that you can create a custom definition.
24+
1. Create a copy of the definition that we provide in Azure to create a custom definition.
2525
1. Set the value for excluded instances in the custom definition.
2626
1. Target the subscription and resource group.
2727
28-
- question: Is data from my instance of SQL Server sent to Azure?
28+
- question: Is the data from my instance of SQL Server(s) sent to Azure?
2929
answer: |
30-
No. Microsoft only captures metadata and information to help troubleshoot. This does not include user data or how SQL Server is being utilized.
30+
No. Microsoft only captures metadata and information about your SQL Server to help troubleshoot and inventory. The data sent does not include user data or about your utilization of SQL Server.
3131
3232
- name: Billing
3333
questions:
3434
- question: Does pay-as-you-go billing stop charging when connectivity between the SQL Server resource and Azure is temporarily interrupted?
35-
answer: Intermittent internet connectivity does not stop the pay-as-you-go billing. The usage will be reported and accounted for by the billing logic when the connectivity is restored.
35+
answer: No, Intermittent internet connectivity does not stop the pay-as-you-go billing. The usage will be reported and accounted for by the billing logic when the connectivity is restored.
3636

3737
- question: Do I get charged if my virtual machine is stopped?
38-
answer: When the VM is stopped, the usage data is not collected. Therefore, you will not be charged for the time the VM was stopped.
38+
answer: No. When the VM is stopped, the usage data is not collected. Therefore, you will not be charged for the time the VM was stopped.
3939

4040
- question: Do I get charged if my SQL Server instance is stopped?
41-
answer: The usage data collection requires an active SQL Server instance. Therefore, you will not be charged for the time the SQL Server instance was stopped.
41+
answer: No. The usage data collection requires an active SQL Server instance. Therefore, you will not be charged for the time the SQL Server instance was stopped.
4242

4343
- question: Do I get charged if my SQL Server instance was running for less than an hour?
4444
answer: The billing granularity is one hour. If your instance was active for less than an hour, you will be billed for the full hour.
4545

4646
- question: Is there a minimum number of cores with pay-as-you-go billing?
47-
answer: Pay-as-you-go billing doesn't change the licensing terms of SQL Server. Therefore, it is subject to the four-core limit as defined in the [SQL Server licensing terms](https://www.microsoft.com/licensing/terms/productoffering/SQLServer/EAEAS).
47+
answer: Pay-as-you-go billing does not change the licensing terms of SQL Server. Therefore, it is subject to the four-core limit as defined in the [SQL Server licensing terms](https://www.microsoft.com/licensing/terms/productoffering/SQLServer/EAEAS).
4848

4949
- question: If the affinity mask is specified for my SQL Server to use a subset of virtual cores, will it reduce the pay-as-you-go-charges?
50-
answer: When you run your SQL Server instance on a virtual or physical machine, you are required to license the full set of cores that the machine can access. Therefore, your pay-as-you-go charges will be based on the full core count even if you use the affinity mask to limit your SQL Server's usage of these cores. See [SQL Server licensing guide](https://www.microsoft.com/licensing/docs/view/SQL-Server) for details.
50+
answer: No. When you run your SQL Server instance on a virtual or physical machine, you are required to license the full set of cores that the machine can access. Therefore, your pay-as-you-go charges will be based on the full core count even if you use the affinity mask to limit your SQL Server's usage of these cores. See [SQL Server licensing guide](https://www.microsoft.com/licensing/docs/view/SQL-Server) for details.
5151

5252
- question: Can I switch from pay-as-you-go to license and vice versa?
53-
answer: Yes, you can change your selection. To change, run Setup again, and choose the **Maintenance** tab, then select **Edition Upgrade**.
53+
answer: Yes, you can change your selection. To change, run Setup again, and choose the **Maintenance** tab, then select **Edition Upgrade**. The mode is now changed to Enterprise license. To revert back to pay-as-you-go, you can use the same steps and change the setting.
5454

5555
additionalContent: |
5656

0 commit comments

Comments
 (0)