Skip to content

Commit fda6e3a

Browse files
authored
Merge pull request #107877 from zr-msft/ds-zr-fix-link
[Dev Spaces] update link to correct permissions for sharing a dev space
2 parents f4d5b01 + 4411d42 commit fda6e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dev-spaces/how-to/share-dev-spaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With Azure Dev Spaces, you can share your dev space with others on your team. Ea
1313
## Set up a dev space for multiple developers
1414

1515
1. Create a Dev Space in Azure. Choose [.NET Core and VS Code](../get-started-netcore.md), [.NET Core and Visual Studio](../get-started-netcore-visualstudio.md), or [Node.js and VS Code](../get-started-nodejs.md). You'll need to have Owner or Contributor access to the selected Azure subscription.
16-
1. Configure the Azure Dev Space's **resource group** to [grant Contributor access](/azure/active-directory/role-based-access-control-configure) for each team member. You can check a dev space's resource group by running this command: `azds list-up`
16+
1. Ensure each team member has the [appropriate permissions to access the Azure Dev Spaces controller](../troubleshooting.md#incorrect-rbac-permissions-for-calling-dev-spaces-controller-and-apis). For example, you can configure the Azure Dev Space's **resource group** to [grant Contributor access](/azure/active-directory/role-based-access-control-configure) for each team member. You can check a dev space's resource group by running this command: `azds show-context`
1717
1. Ask team members to **select the dev space** in order to develop in it.
1818
* **Command line or VS Code**: To see existing Azure Dev Spaces you have access to: `azds space list`. To select a dev space: `azds space select`.
1919
* **Visual Studio IDE**: Open a project in Visual Studio, select **Azure Dev Spaces** from the launch settings drop-down. In the dialog that opens, select an existing cluster.

0 commit comments

Comments
 (0)