From 0a61898303369e2cd5a8071a6945915abd8cd91e Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 23 Jun 2020 07:19:26 -0700 Subject: [PATCH] Update button name in deployment notebooks (#11058) --- .../notebooks/arcDeployment/deploy.arc.control.plane.ipynb | 2 +- .../arcDeployment/deploy.postgres.existing.arc.ipynb | 2 +- .../arc/notebooks/arcDeployment/deploy.sql.existing.arc.ipynb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/arc/notebooks/arcDeployment/deploy.arc.control.plane.ipynb b/extensions/arc/notebooks/arcDeployment/deploy.arc.control.plane.ipynb index dcb6ef5051..5124b709df 100644 --- a/extensions/arc/notebooks/arcDeployment/deploy.arc.control.plane.ipynb +++ b/extensions/arc/notebooks/arcDeployment/deploy.arc.control.plane.ipynb @@ -32,7 +32,7 @@ "* Follow the instructions in the **Prerequisites** cell to install the tools if not already installed.\n", "* The **Required information** will check and prompt you for password if it is not set in the environment variable. The password can be used to access the data controller.\n", "\n", - "Please press the \"Run Cells\" button to run the notebook" + "Please press the \"Run All\" button to run the notebook" ], "metadata": { "azdata_cell_guid": "82e60c1a-7acf-47ee-877f-9e85e92e11da" diff --git a/extensions/arc/notebooks/arcDeployment/deploy.postgres.existing.arc.ipynb b/extensions/arc/notebooks/arcDeployment/deploy.postgres.existing.arc.ipynb index a1968f7ea2..2ea9935589 100644 --- a/extensions/arc/notebooks/arcDeployment/deploy.postgres.existing.arc.ipynb +++ b/extensions/arc/notebooks/arcDeployment/deploy.postgres.existing.arc.ipynb @@ -32,7 +32,7 @@ "* Follow the instructions in the **Prerequisites** cell to install the tools if not already installed.\n", "* Make sure you have the target Azure Arc data cluster already created.\n", "\n", - "Please press the \"Run Cells\" button to run the notebook" + "Please press the \"Run All\" button to run the notebook" ], "metadata": { "azdata_cell_guid": "e4ed0892-7b5a-4d95-bd0d-a6c3eb0b2c99" diff --git a/extensions/arc/notebooks/arcDeployment/deploy.sql.existing.arc.ipynb b/extensions/arc/notebooks/arcDeployment/deploy.sql.existing.arc.ipynb index f858ff323f..474be8d52d 100644 --- a/extensions/arc/notebooks/arcDeployment/deploy.sql.existing.arc.ipynb +++ b/extensions/arc/notebooks/arcDeployment/deploy.sql.existing.arc.ipynb @@ -27,12 +27,12 @@ " \n", "## Deploy Azure SQL DB managed instance on an existing Azure Arc data cluster\n", " \n", - "This notebook walks through the process of deploying a Azure SQL DB managed instance on an existing Azure Arc data cluster.\n", + "This notebook walks through the process of deploying a Azure SQL DB managed instance on an existing Azure Arc data cluster.\n", " \n", "* Follow the instructions in the **Prerequisites** cell to install the tools if not already installed.\n", "* Make sure you have the target Azure Arc data cluster already created.\n", "\n", - "Please press the \"Run Cells\" button to run the notebook" + "Please press the \"Run All\" button to run the notebook" ], "metadata": { "azdata_cell_guid": "e4ed0892-7b5a-4d95-bd0d-a6c3eb0b2c99"