Skip to content

Commit a875b0c

Browse files
committed
docs: add Azure account setup
1 parent 016ef27 commit a875b0c

2 files changed

Lines changed: 389 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,19 @@ Works with Linux, Windows and macOS environments.
4242

4343
2. Run `make` and add your credentials to the newly created `.env` file in the root of the repo.
4444

45-
3. Add your Azure `config.json` to the root of this project. See [Azure ML Configuration Guide](./docs/AZURE_ML_CONFIG.md) for detailed instructions on setting up an Azure Workspace and Subscription, and downloading your `config.json` file.
45+
3. Create an Azure account. See this summary for account configuration important details that you'll need to address in order for Azure AI AutomatedML batch jobs to run correctly: [Azure Account Setup for AutoML](./docs/AZURE_ACCOUNT_SETUP.md)
4646

47-
4. Add your Kaggle Api key to [.kaggle/kaggle.json](./.kaggle/kaggle.json), which you can generate from [https://www.kaggle.com/settings/account](https://www.kaggle.com/settings/account).
47+
4. Add your Azure `config.json` to the root of this project. See [Azure ML Configuration Guide](./docs/AZURE_ML_CONFIG.md) for detailed instructions on setting up an Azure Workspace and Subscription, and downloading your `config.json` file.
4848

49-
5. Install and configure Azure cli. On Mac `brew install azure-cli`. On Windows download from [https://aka.ms/installazurecliwindows](https://aka.ms/installazurecliwindows).
49+
5. Add your Kaggle Api key to [.kaggle/kaggle.json](./.kaggle/kaggle.json), which you can generate from [https://www.kaggle.com/settings/account](https://www.kaggle.com/settings/account).
50+
51+
6. Install and configure Azure cli. On Mac `brew install azure-cli`. On Windows download from [https://aka.ms/installazurecliwindows](https://aka.ms/installazurecliwindows).
5052

5153
- `az login`
5254
- `az account list --output table`
5355
- `az account set --subscription "your-subscription-id-or-name"`
5456

55-
6. Initialize, build and run the application locally.
57+
7. Initialize, build and run the application locally.
5658

5759
```console
5860
git clone https://github.com/FullStackWithLawrence/azureml-example.git

0 commit comments

Comments
 (0)