Skip to content

Commit

Permalink
updated diagram and fixed tye guide url
Browse files Browse the repository at this point in the history
  • Loading branch information
gterdem committed Apr 22, 2021
1 parent 8b7fc32 commit 1b68926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added en/images/microservice-template-main-diagram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions en/startup-templates/microservice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While we accept that every microservice solution will be different and every sys

This section introduce the solution structure and briefly explains the solution components. The following diagram is an overview of the applications, gateways, services, databases and other components;

![microservice-template-main-diagram](../../images/microservice-template-main-diagram.png)
![microservice-template-main-diagram](../../images/microservice-template-main-diagram.jpg)

*Figure: Overall Diagram of the Solution (not all associations are shown, for the sake of simplicity)*

Expand Down Expand Up @@ -79,7 +79,7 @@ The **etc/docker** folder under the main solution contains a `up.ps1` file. Exec
## Run the Solution on TYE

You can run and debug the microservice solution using [dotnet/tye](https://github.com/dotnet/tye). Simply check [Microservice Template Tye Integration](./microservice-tye-integration).
You can run and debug the microservice solution using [dotnet/tye](https://github.com/dotnet/tye). Simply check [Microservice Template Tye Integration](./microservice-tye-integration.md).

## Run the Solution on IDE

Expand Down

0 comments on commit 1b68926

Please sign in to comment.