From 53424cdc427b78baad49b64b677196222caf7cd7 Mon Sep 17 00:00:00 2001 From: Vaishali Raval Date: Tue, 1 Feb 2022 11:27:31 +0530 Subject: [PATCH] Removing obsolete files references --- Deploying-Azure-resources.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Deploying-Azure-resources.md b/Deploying-Azure-resources.md index cfade04..9f161ae 100644 --- a/Deploying-Azure-resources.md +++ b/Deploying-Azure-resources.md @@ -13,13 +13,6 @@ Login into your azure subscription by typing `az login` (note that you maybe nee See the [README for Azure resource creation scripts](https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/deploy/az/readme.md). -### Virtual machines - -1. [Deploying a Linux VM to run single-server **development environment** using docker-machine](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/vms/docker-machine.md) -2. [Deploying a Linux VM or Windows Server 2016 to run a single-server **testing environment** using ARM template](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/az/vms/plain-vm.md) - -Using `docker-machine` is the recommended way to create a VM with docker installed. But it is limited to Linux based VMs. - ### Azure resources used by the services 1. [Deploying SQL Server and databases](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/sql/readme.md) @@ -27,5 +20,3 @@ Using `docker-machine` is the recommended way to create a VM with docker install 3. [Deploying Redis Cache](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/redis/readme.md) 4. [Deploying CosmosDb](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/cosmos/readme.md) 5. [Deploying Catalog Storage](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/storage/catalog/readme.md) -6. [Deploying Marketing Storage](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/storage/marketing/readme.md) -7. [Deploying Marketing Azure functions](https://github.com/dotnet-architecture/eShopOnContainers/tree/dev/deploy/azure/az/azurefunctions/readme.md)