Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.52 KB

File metadata and controls

41 lines (23 loc) · 1.52 KB

Getting started with Hyperscale(Citus)

In order to use the Azure Portal Cloud Shell to connect to the Hyperscale(Citus) server group we will need to create a storage account. The storage account allows you to save files associated with the Cloud Shell so you may use them in various Azure portal activities like running scripts, downloading data files and managing Azure resources.

Lab 2: Create a Cloud Shell

1.On the portal banner click on the Cloud Shell icon.

2.On the Welcome to Azure Cloud Shell window select Bash.

3.On - You have no storage mounted screen click on Show advanced settings.

4.Use the default values for subscription and region and for:

  • Resource Group - Select Use Existing that is citus-xxxx
  • Storage Account - Copy and paste storage account name from environment details tab.
  • File Share - Copy and paste file share name from environment details tab.

Then click Create Storage.

Note: This may take up to a minute to create and start the Cloud Shell.

5.We will need the client IP address of Cloud Shell to configure the firewall in the next step. At the command prompt enter the following command then copy or note the IP address of your cloud shell.

curl -s https://ifconfig.co 

Note: To paste in the bash console right click and choose paste.

6.Click Next on the bottom right of this page.