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
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: samples/BikeSharingApp/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,12 @@ Follow the steps below to deploy this sample app to Azure Kubernete Service (AKS
63
63
http://master.gateway.fedcab0987.eus.azds.io/ Available
64
64
```
65
65
66
+
1. **Commit and push to your forked repo.** This will ensure that feature branches you create going forward will also have the configuration changes you made earlier.
67
+
```bash
68
+
git commit -am "update HostSuffix"
69
+
git push origin master
70
+
```
71
+
66
72
## Next Steps
67
73
Now that you have the BikeSharing app deployed in AKS, try these walkthroughs try these walkthroughs to learn how Dev Spaces can enhance the Kubernetes development experience:
0 commit comments