From f44460e76b546d09fa121d27a827f6c303e81885 Mon Sep 17 00:00:00 2001 From: Michael B <137917377+mbean-epc@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:54:34 -0600 Subject: [PATCH] Typo fix in create-image-and-azure-resources.md `subsctiption` -> `subscription` --- docs/create-image-and-azure-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/create-image-and-azure-resources.md b/docs/create-image-and-azure-resources.md index c951aa20d..2cd713cdc 100644 --- a/docs/create-image-and-azure-resources.md +++ b/docs/create-image-and-azure-resources.md @@ -67,7 +67,7 @@ In any case you will need these software installed: ## Automated image generation This repo bundles script that automates image generation process. -You only need a build agent configured as described above and active Azure subsctiption. +You only need a build agent configured as described above and active Azure subscription. We suggest to start with UbuntuMinimal image because it includes only a minimal set of required software and builds in less then half an hour. All steps here are supposed to run in Powershell.