Removing obsolete files references

Vaishali Raval 2022-02-01 11:27:31 +05:30
parent 97d05b4610
commit 53424cdc42

@ -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)