-
Notifications
You must be signed in to change notification settings - Fork 520
angular dotnet core sample for project tye #477
angular dotnet core sample for project tye #477
Conversation
services: | ||
- name: moviesapi | ||
project: MoviesAPI/MoviesAPI.csproj | ||
bindings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the port?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, Do you want me to remove the port? I kept it because angular service will be calling that API on that particular port? angular app port can be removed as its not getting called from any app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidfowl Hi,
You were saying sometime back that you wanted to simplify this further your way. Then, maybe you can merge this and do the required changes on top of it. Otherwise, you can pass on the instructions what you wanted to do. I will accommodate that. Because I don't understand "Remove the port?" thing. If I remove it from .net app, then angular app will fail as it won't be able to discover the port what api is exposing.
Thanks,
Rahul
dockerFile: MoviesApp/Dockerfile | ||
bindings: | ||
- protocol: http | ||
port: 4400 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the port?
@davidfowl
Hi,
As discussed I have created a PR for your review. I have also added a Readme file explaining setup part.
Thanks,
Rahul Sahay