Skip to content

Commit 470b6f9

Browse files
committed
[Dev Spaces] rearranged images and fixed styling of sample URL to make it not clickable.
1 parent 5f87c72 commit 470b6f9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/dev-spaces/quickstart-team-development.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this guide, you will learn how to:
1919
- Deploy a large application with multiple microservices to a dev space.
2020
- Test a single microservice in an isolated dev space within the context of the full application.
2121

22-
![Azure Dev Spaces Bike Sharing sample application](media/quickstart-team-development/bikeshare.png)
22+
![Azure Dev Spaces team development](media/azure-dev-spaces/collaborate-graphic.gif)
2323

2424
## Prerequisites
2525

@@ -119,7 +119,9 @@ http://dev.bikesharingweb.fedcab0987.eus.azds.io/ Available
119119
http://dev.gateway.fedcab0987.eus.azds.io/ Available
120120
```
121121

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+
![Azure Dev Spaces Bike Sharing sample application](media/quickstart-team-development/bikeshare.png)
123125

124126
## Create child dev spaces
125127

@@ -156,7 +158,7 @@ http://azureuser2.s.dev.gateway.fedcab0987.eus.azds.io/ Available
156158

157159
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*.
158160

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.
160162

161163
## Update code
162164

0 commit comments

Comments
 (0)