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/mysql/flexible-server/concepts-networking-vnet.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,7 @@ Here are some concepts to be familiar with when using virtual networks with MySQ
76
76
- If you use Azure API, an Azure Resource Manager template (ARM template), or Terraform, create private DNS zones that end with `mysql.database.azure.com` and use them while configuring flexible servers with private access. For more information, see the [private DNS zone overview](../../dns/private-dns-overview.md).
77
77
78
78
> [!IMPORTANT]
79
-
<<<<<<< HEAD
80
79
> Private DNS zone names must end with `mysql.database.azure.com`. If you are connecting to an Azure Database for MySQL flexible server with SSL and you're using an option to perform full verification (sslmode=VERIFY_IDENTITY) with certificate subject name, use \<servername\>.mysql.database.azure.com in your connection string.
81
-
=======
82
-
> Private DNS zone names must end with `mysql.database.azure.com`. If you are connecting to an Azure Database for MySQL - Flexible Server with SSL and you're using an option to perform full verification (sslmode=VERTIFY_IDENTITY) with certificate subject name, use \<servername\>.mysql.database.azure.com in your connection string.
83
-
>>>>>>> ec6d0faf1a110eb2a694b78b22bb8ae2ca64be81
84
80
85
81
Learn how to create a flexible server with private access (VNet integration) in [the Azure portal](how-to-manage-virtual-network-portal.md) or [the Azure CLI](how-to-manage-virtual-network-cli.md).
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/connect-with-powerbi-desktop.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,10 @@ ms.date: 09/01/2022
11
11
12
12
# Import data from Azure Database for MySQL - Flexible Server in Power BI
13
13
14
-
<<<<<<< HEAD
15
-
>[!NOTE]
14
+
> [!NOTE]
16
15
> This article applies to Power BI Desktop only. Currently Power Query online or Power BI Service is **not supported**.
17
16
18
17
With Power BI Desktop you can visually explore your data through a free-form drag-and-drop canvas, a broad range of modern data visualizations, and an easy-to-use report authoring experiences. You can import directly from the tables or import from a SELECT query. In this quickstart you will learn how to connect with Azure Database for MySQL - Flexible Server with Power BI Desktop.
19
-
=======
20
-
With Power BI Desktop, you can visually explore your data through a free-form drag-and-drop canvas, a broad range of modern data visualizations, and an easy-to-use report authoring experiences. You can import directly from the tables or import from a SELECT query. In this quickstart, you learn how to connect with Azure Database for MySQL Flexible Server with Power BI Desktop.
21
-
>>>>>>> 04760257ec317275b27e75537e8e1e2600db121c
22
18
23
19
## Prerequisites
24
20
@@ -33,11 +29,7 @@ With Power BI Desktop, you can visually explore your data through a free-form dr
33
29
34
30
## Connect with Power BI desktop from Azure portal
35
31
36
-
<<<<<<< HEAD
37
-
Get the connection information needed to connect to the Azure Database for MySQL - Flexible Server. You need the fully qualified server name and sign in credentials.
38
-
=======
39
-
You can open your database in Power BI desktop from Azure portal with a few clicks.
40
-
>>>>>>> 04760257ec317275b27e75537e8e1e2600db121c
32
+
Get the connection information needed to connect to the Azure Database for MySQL flexible server. You need the fully qualified server name and sign in credentials.
41
33
42
34
1. Sign in to the [Azure portal](https://portal.azure.com/).
43
35
2. From the left-hand menu in Azure portal, select **All resources**, and then search for the server you've created (such as **mydemoserver**).
@@ -497,69 +497,9 @@ az deployment group create --resource-group exampleRG --template-file azuredeplo
497
497
498
498
# [PowerShell](#tab/PowerShell)
499
499
500
-
<<<<<<< HEAD
501
-
Follow these steps to verify if your server was created in Azure.
502
-
503
-
### Azure portal
504
-
505
-
1. In the [Azure portal](https://portal.azure.com), search for and select **Azure Database for MySQL servers**.
506
-
1. In the database list, select your new server. The **Overview** page for your new Azure Database for MySQL server appears.
507
-
508
-
### PowerShell
509
-
510
-
You'll have to enter the name of the new server to view the details of your Azure Database for MySQL - Flexible Server.
511
-
512
-
```azurepowershell-interactive
513
-
$serverName = Read-Host -Prompt "Enter the name of your Azure Database for MySQL server"
514
-
Get-AzResource -ResourceType "Microsoft.DBforMySQL/flexibleServers" -Name $serverName | ft
515
-
Write-Host "Press [ENTER] to continue..."
516
-
```
517
-
518
-
### CLI
519
-
520
-
You'll have to enter the name and the resource group of the new server to view details about your Azure Database for MySQL - Flexible Server.
521
-
522
-
```azurecli-interactive
523
-
echo "Enter your Azure Database for MySQL server name:" &&
524
-
read serverName &&
525
-
echo "Enter the resource group where the Azure Database for MySQL server exists:" &&
526
-
read resourcegroupName &&
527
-
az resource show --resource-group $resourcegroupName --name $serverName --resource-type "Microsoft.DbForMySQL/flexibleServers"
528
-
```
529
-
530
-
## Clean up resources
531
-
532
-
Keep this resource group, server, and single database if you want to go to the [Next steps](#next-steps). The next steps show you how to connect and query your database using different methods.
533
-
534
-
To delete the resource group:
535
-
536
-
### Azure portal
537
-
538
-
1. In the [Azure portal](https://portal.azure.com), search for and select **Resource groups**.
539
-
1. In the resource group list, choose the name of your resource group.
540
-
1. In the **Overview** page of your resource group, select **Delete resource group**.
541
-
1. In the confirmation dialog box, type the name of your resource group, and then select **Delete**.
542
-
543
-
### PowerShell
544
-
545
-
```azurepowershell-interactive
546
-
$resourceGroupName = Read-Host -Prompt "Enter the Resource Group name"
This article demonstrates how to boost the performance of an Azure Database for MySQL - Flexible Server using [Azure cache for Redis](../../azure-cache-for-redis/cache-overview.md). Azure cache for Redis is a secure data cache and messaging broker that provides high throughput and low-latency access to data for applications.
18
-
=======
19
16
This article demonstrates how to boost the performance of an Azure Database for MySQL flexible server using [Azure Cache for Redis](../../azure-cache-for-redis/cache-overview.md). Azure Cache for Redis is a secure data cache and messaging broker that provides high throughput and low-latency access to data for applications.
0 commit comments