From f8bf86d15643854ea10e5680542a13f60be77d0e Mon Sep 17 00:00:00 2001 From: Marcus Powrie Date: Mon, 19 May 2025 12:54:46 +1000 Subject: [PATCH 1/2] Update README.md to include how to add Appliance Resource Provider if missing Updates README.md to include how to add the Appliance Resource Provider to your subscription if missing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52a594e..1c006a4 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The solution is composed of the following components: - Azure CLI - Docker - Appliance Resource Provider Object Id (it can be retrieve searching for "Appliance Resource Provider in the Azure Portal, in the Active Directory section) + - if this is not available in your subscription, you can adde it by adding the resource provider `Microsoft.Solutions` to your subscription > If you are using WSL on Windows, make sure the _zip_ command is available. You can install it by issuing this command-line _sudo apt install zip_. From 281c1783b31313f21188ea24fce0a25aa781950e Mon Sep 17 00:00:00 2001 From: Marcus Powrie Date: Mon, 19 May 2025 12:59:02 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c006a4..1b1fa99 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The solution is composed of the following components: - Azure CLI - Docker - Appliance Resource Provider Object Id (it can be retrieve searching for "Appliance Resource Provider in the Azure Portal, in the Active Directory section) - - if this is not available in your subscription, you can adde it by adding the resource provider `Microsoft.Solutions` to your subscription + - if this is not available in your subscription, you can add it by adding the resource provider `Microsoft.Solutions` to your subscription > If you are using WSL on Windows, make sure the _zip_ command is available. You can install it by issuing this command-line _sudo apt install zip_.