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: articles/dev-spaces/quickstart-team-development.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In this guide, you will learn how to:
19
19
- Deploy a large application with multiple microservices to a dev space.
20
20
- Test a single microservice in an isolated dev space within the context of the full application.
21
21
22
-

22
+

23
23
24
24
## Prerequisites
25
25
@@ -119,7 +119,9 @@ http://dev.bikesharingweb.fedcab0987.eus.azds.io/ Available
119
119
http://dev.gateway.fedcab0987.eus.azds.io/ Available
120
120
```
121
121
122
-
Navigate to the *bikesharingweb* service by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is *http://dev.bikesharingweb.fedcab0987.eus.azds.io/*. Select *Aurelia Briggs (customer)* as the user. Verify you see the text *Hi Aurelia Briggs | Sign Out* at the top.
122
+
Navigate to the *bikesharingweb* service by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is `http://dev.bikesharingweb.fedcab0987.eus.azds.io/`. Select *Aurelia Briggs (customer)* as the user. Verify you see the text *Hi Aurelia Briggs | Sign Out* at the top.
123
+
124
+

123
125
124
126
## Create child dev spaces
125
127
@@ -156,7 +158,7 @@ http://azureuser2.s.dev.gateway.fedcab0987.eus.azds.io/ Available
156
158
157
159
Confirm that the URLs displayed by the `azds list-uris` command have the *azureuser2.s.dev* prefix. This prefix confirms that the current space selected is *azureuser2*, which is a child of *dev*.
158
160
159
-
Navigate to the *bikesharingweb* service for the *dev/azureuser2* dev space by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is *http://azureuser2.s.dev.bikesharingweb.fedcab0987.eus.azds.io/*. Select *Aurelia Briggs (customer)* as the user. Verify you see the text *Hi Aurelia Briggs | Sign out* at the top.
161
+
Navigate to the *bikesharingweb* service for the *dev/azureuser2* dev space by opening the public URL from the `azds list-uris` command. In the above example, the public URL for the *bikesharingweb* service is `http://azureuser2.s.dev.bikesharingweb.fedcab0987.eus.azds.io/`. Select *Aurelia Briggs (customer)* as the user. Verify you see the text *Hi Aurelia Briggs | Sign out* at the top.
0 commit comments