diff --git a/README.md b/README.md index d4a28da..71ae114 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Begin by creating 3 resource groups. • [some-name]-db-dev • [some-name]-db-pipeline • [some-name]-db-prod - +![alt text](./readme_images/add_resource_groups.png) ### Adding Resources to Resource Groups These steps should be completed for resource groups [some-name]-db-dev and [some-name]-db-pipeline. [some-name]-db-prod will have different resources completely. #### Add Machine Learning Service Workspace 1. Select “Add a Resource”. -a. + ![alt text](./readme_images/add_resource.png) 2. Search for “machine learning” and select “Machine Learning service workspace” published by Microsoft. Click Create a. 3. Populate the fields with a naming convention that makes sense to you. Select the correct resource group and ensure the location pairs with your other services. diff --git a/readme_images/add_resource.png b/readme_images/add_resource.png new file mode 100644 index 0000000..e780612 Binary files /dev/null and b/readme_images/add_resource.png differ diff --git a/readme_images/add_resource_groups.png b/readme_images/add_resource_groups.png new file mode 100644 index 0000000..e0b64d0 Binary files /dev/null and b/readme_images/add_resource_groups.png differ