You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,18 @@ Sample .NET Core reference application, powered by Microsoft, based on a simplif
21
21
| Ordering API |[](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=198&branchName=dev)| Webhooks Client |[](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=208&branchName=dev)|
22
22
| Payment API |[](https://msftdevtools.visualstudio.com/eShopOnContainers/_build/latest?definitionId=205&branchName=dev)|||
23
23
24
-
_**Dev** branch contains the latest **beta** code and their images are tagged with `:dev` in our [Docker Hub](https://hub.docker.com/u/eshop)_
24
+
_**Dev** branch contains the latest **beta** code and their images are tagged with `:linux-dev` in our [Docker Hub](https://hub.docker.com/u/eshop)_
25
+
26
+
## Are you new to **microservices** and **cloud-native development**?
27
+
Take a look at the free course [Create and deploy a cloud-native ASP.NET Core microservice](https://docs.microsoft.com/en-us/learn/modules/microservices-aspnet-core/) on MS Learn. This module explains microservices concepts, cloud-native technologies, and reduce the friction in getting started with `eShopOnContainers`.
25
28
26
29
## Getting Started
27
30
28
-
eShopOnContainers is provided in two flavors: Basic and Advanced.
31
+
*eShopOnContainers* is provided in two flavors: Basic and Advanced.
29
32
30
33
### Basic scenario
31
34
32
-
The basic scenario can be run locally using dockercompose, and also deployed to a local Kubernetes cluster. Refer to these Wiki pages to Get Started:
35
+
The basic scenario can be run locally using docker-compose, and also deployed to a local Kubernetes cluster. Refer to these Wiki pages to Get Started:
33
36
34
37
-[CLI or Visual Studio Code](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup)
35
38
-[Visual Studio (F5 experience)](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup#optional---use-visual-studio)
@@ -44,6 +47,7 @@ The Advanced scenario can be run only in a Kubernetes cluster. Currently this sc
44
47
45
48
In the future more features will be implemented in the advanced scenario.
46
49
50
+
47
51
## IMPORTANT NOTES!
48
52
49
53
**You can use either the latest version of Visual Studio or simply Docker CLI and .NET CLI for Windows, Mac and Linux**.
@@ -87,6 +91,7 @@ You can download them and start reviewing these Guides/eBooks here:
87
91
88
92
For more free e-Books check out [.NET Architecture center](https://dot.net/architecture). If you have an e-book feedback, let us know by creating a new issue here: <https://github.com/dotnet-architecture/ebooks/issues>
89
93
94
+
90
95
## Read further
91
96
92
97
-[Explore the application](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Explore-the-application)
0 commit comments