I’m working on the 3rd task of the 100 Days of Cloud (Azure) challenge. For this task, I wasn’t given any credentials to log in to the Azure CLI, so I’m confused about how I’m supposed to create the resources without having access credentials.
You are expected to peform this task using the command line and not from the Azure portal. azure-client host would have been configured to manage resources on Azure using Azure Command Line Interface(CLI) tool.
for example you could run the following command from azure-client host to get details about the account.
az account show
1 Like
A lot of these tasks are based on other KKE tasks, so it’s worth using the search function for this forum. This example helped me.
1 Like
