Renesas CK-RX65N Getting Started Manual page 16

Hide thumbs Also See for CK-RX65N:
Table of Contents

Advertisement

CK-RX65N
3. Run the az group create command to create a resource group. The following command
creates a resource group named MyRXResourceGroup in the westus region.
4. Note: Optionally, to set an alternate location, run az account list-locations to see
available locations. Then specify the alternate location in the following command in place of
westus.
az group create --name MyRXResourceGroup --location westus
"MyRXResourceGroup",
5. Run the az iot hub create command to create an IoT hub. It might take a few minutes to
create an IoT hub.
Replace the YourIotHubName placeholder below with the name you chose for your IoT hub.
An IoT hub name must be globally unique in Azure. This placeholder is used in the rest of
this tutorial to represent your unique IoT hub name. Use any command given below.
⎯ az iot hub create --resource-group MyRXResourceGroup --name
{YourIoTHubName}
OR
⎯ az iot hub create --resource-group MyRXResourceGroup --name
{YourIoTHubName} --location {YourLocation}
Note: It may take few minutes to create the IoT Hub. In this case the IoTHub name used is
RXCLOUDHUB.
Note: Microsoft recommends to create new IoT Hub. If the IoT hub created previously (2-3 year
old ) it may not work as desired. So we recommend to create new IoT Hub to run the application
to yield the proper results
R01AN6870EJ0110 Rev.1.10
Jun.02.23
Getting Started Guide with RYZ014A Azure Cellular Application
Figure 23. Create Resource Group
Figure 24. IoT Hub Creation in Progress
MyRXResourceGroup
MyRXResourceGroup",
MyRXResourceGroup
RXCLOUDHUB
Page 16 of 52

Advertisement

Table of Contents
loading

Table of Contents