Skip to content

Commit 9bdad41

Browse files
committed
fixing blocking issues
1 parent 2362062 commit 9bdad41

35 files changed

+28
-28
lines changed

articles/devtest/offer/concepts-security-governance-devtest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ Important tools within Azure Dev/Test Subscriptions help you create secure acces
2424

2525
When enabling and setting up your Azure Dev/Test Subscriptions, Azure deploys a default resource hierarchy to manage identities and access to resources in a single Azure Active Directory domain. The resource hierarchy allows your organization to set up strong security perimeters for your resources and users.
2626

27-
![A screenshot of the Azure Management Groups](media/security-and-governance-devtest/access-management-groups.png "Azure default resource hierarchy.")
27+
![A screenshot of the Azure Management Groups](media/concepts-security-governance-devtest/access-management-groups.png "Azure default resource hierarchy.")
2828

2929
Your resources, resource groups, subscriptions, management groups, and tenant collectively make up your resource hierarchy. Updating and changing these settings in Azure custom roles or Azure policy assignments can effect every resource in your resource hierarchy. It's important to protect the resource hierarchy from changes that could negatively impact all resources.
3030

3131
[Azure Management Groups](../../governance/management-groups/overview.md) are an important aspect of governing access and protecting your resources in a single tenant. Azure Management Groups allows you to set quotas, Azure policies, and security to different types of subscriptions. These groups are a vital component of developing security for your organization's dev/test subscriptions.
3232

33-
![A screenshot of Azure org and governance groupings](media/security-and-governance-devtest/orgs-and-governance.png "How Azure Management Groups fit into overall governance.")
33+
![A screenshot of Azure org and governance groupings](media/concepts-security-governance-devtest/orgs-and-governance.png "How Azure Management Groups fit into overall governance.")
3434

3535
As you can see above, using management groups changes the default hierarchy and adds a level for the management groups. This behavior can potentially create unforeseen circumstances and holes in security if you don’t follow the [appropriate process to protect your resource hierarchy](../../governance/management-groups/how-to/protect-resource-hierarchy.md)
3636

3737
## Why are Azure Management Groups useful?
3838

3939
When developing security policies for your organization's dev/test subscriptions, you may choose to have multiple dev/test subscriptions per organizational unit or line of business. You can see a visual of that management grouping below.
4040

41-
![A diagram of subscription management groupings for multiple subscriptions within an organization.](media/security-and-governance-devtest/access-management-groups.png "A diagram of management groupings for multiple subscriptions within an organization.")
41+
![A diagram of subscription management groupings for multiple subscriptions within an organization.](media/concepts-security-governance-devtest/access-management-groups.png "A diagram of management groupings for multiple subscriptions within an organization.")
4242

4343
You may also choose to have one dev/test subscription for all of your different units.
4444

@@ -51,7 +51,7 @@ This security barrier has two components:
5151

5252
## Using Azure Active Directory Tenants
5353

54-
[A tenant](../../active-directory/develop/quickstart-create-new-tenant.md)is a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365.
54+
[A tenant](../../active-directory/develop/quickstart-create-new-tenant.md) is a dedicated instance of Azure AD that an organization or app developer receives when the organization or app developer creates a relationship with Microsoft like signing up for Azure, Microsoft Intune, or Microsoft 365.
5555

5656
Each Azure AD tenant is separate from other Azure AD tenants. Each Azure AD tenant has its own representation of work and school identities, consumer identities (if it's an Azure AD B2C tenant), and app registrations. An app registration inside your tenant can allow authentications from accounts only within your tenant or all tenants.
5757

articles/devtest/offer/how-to-add-users-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once you’ve determined you need to add a user, you must understand where you'r
3535

3636
If the project and tasks you're working on need to be monitored by IT to enable security protocols, you'll need that user to have an Admin role within the Management group to have full access and permissions within the subscription.
3737

38-
![A screenshot of the access levels in Azure.](media/add-users-directory/access-management.png "Managing roles with management groups in Azure.")
38+
![A screenshot of the access levels in Azure.](media/how-to-add-users-directory/access-management.png "Managing roles with management groups in Azure.")
3939

4040
However, if you're collaborating with another developer or a colleague, they may only need access at the resource or resource group level.
4141

articles/devtest/offer/how-to-change-directory-tenants-visual-studio-azure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ You may need to change the Active Directory you’re working in or [transfer you
1919

2020
When activating your subscription, your identity is created based on the email you use. That identity is either associated with your organization’s Active Directory tenant or a new directory tenant is created for that identity. You can see the identity you’re using in the upper right-hand side of your Azure portal.
2121

22-
![A screenshot of the Azure portal with the identity highlighted in the upper right-hand corner.](media/change-directory-visual-studio-azure/identity.png "The logged in identity is in the upper right-hand corner of your Azure portal.")
22+
![A screenshot of the Azure portal with the identity highlighted in the upper right-hand corner.](media/how-to-change-directory-tenants-visual-studio-azure/identity.png "The logged in identity is in the upper right-hand corner of your Azure portal.")
2323

2424
From here, you can either switch identities or switch directories. You may need to change your identity to access certain directories.
2525

2626
If the identity you’re logged in as is associated with multiple directories, switch by selecting “Switch directory.” You'll see the directories your current identity is associated with.
2727

28-
![A screenshot of the Directory and Subscription window in Azure portal.](media/change-directory-visual-studio-azure/switch-directory.png "Switch directories by clicking switch directory. Choose the directory you want.")
28+
![A screenshot of the Directory and Subscription window in Azure portal.](media/how-to-change-directory-tenants-visual-studio-azure/switch-directory.png "Switch directories by clicking switch directory. Choose the directory you want.")
2929

3030
Your experience within the portal is highly dependent on the directory associated with the identity you used. To change directory tenants, an Admin will have to add your identity as a user within the target directory.
3131

@@ -37,17 +37,17 @@ If you set up your credit subscription using a personal account, your identity a
3737

3838
Below is a simple diagram that shows the basic steps taken when you change or transfer your subscription.
3939

40-
![A diagram illustrating changing or transferring your subscription.](media/change-directory-visual-studio-azure/change-diagram.png "A diagram of what happens when you change or transfer your subscription.")
40+
![A diagram illustrating changing or transferring your subscription.](media/how-to-change-directory-tenants-visual-studio-azure/change-diagram.png "A diagram of what happens when you change or transfer your subscription.")
4141

4242
## Identity and Access Management
4343

4444
Where and how you have access dictates what you see based on your logged in credentials. This access can be given at different levels within the organization’s hierarchy. You can be given access at the directory level, subscription level or within resource groups.
4545

46-
![A screenshot of Azure access levels.](media/change-directory-visual-studio-azure/access-management.png "The access levels available in Azure.")
46+
![A screenshot of Azure access levels.](media/how-to-change-directory-tenants-visual-studio-azure/access-management.png "The access levels available in Azure.")
4747

4848
You can see and manage your access levels within Access Control. You can also manage others' access to the subscription depending on your access levels.
4949

50-
![A screenshot of the Visual Studio Subscription access control page.](media/change-directory-visual-studio-azure/access-control.png "Manage access to your subscription.")
50+
![A screenshot of the Visual Studio Subscription access control page.](media/how-to-change-directory-tenants-visual-studio-azure/access-control.png "Manage access to your subscription.")
5151

5252
## How to Change your Azure Directory Tenant
5353

@@ -61,16 +61,16 @@ Once you’ve been added and given proper permissions, you can switch directorie
6161
1. Sign in and select the subscription you want to use from the [Subscriptions page in Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade)
6262
2. Select “Change Directory”
6363

64-
![A screenshot a Contoso Enterprise Subscription page with Change Directory highlighted.](media/change-directory-visual-studio-azure/change-directory.png "Select Change Directory.")
64+
![A screenshot a Contoso Enterprise Subscription page with Change Directory highlighted.](media/how-to-change-directory-tenants-visual-studio-azure/change-directory.png "Select Change Directory.")
6565
3. A box will surface to choose the new directory
6666
4. Select “Change”
6767

6868
> [!NOTE]
6969
> If you don’t have access to the target directory it will not show. After the directory is changed for the subscription, you'll receive a success message.
7070
71-
![A screenshot of the Change Directory validation page.](media/change-directory-visual-studio-azure/change-button.png "Select the directory from the dropdown and click the Change button.")
71+
![A screenshot of the Change Directory validation page.](media/how-to-change-directory-tenants-visual-studio-azure/change-button.png "Select the directory from the dropdown and click the Change button.")
7272
5. Select “Switch Directories” on the subscription page to access the new directory
7373

74-
![A screenshot of the subscriptions page with Switch Directories highlighted.](media/change-directory-visual-studio-azure/switch-directories-outlined.png "Click Switch Directories to access the new directory.")
74+
![A screenshot of the subscriptions page with Switch Directories highlighted.](media/how-to-change-directory-tenants-visual-studio-azure/switch-directories-outlined.png "Click Switch Directories to access the new directory.")
7575

7676
You can also access a target directory and change your tenancy by going to the target directory and adding an Admin. Follow [these instructions](/visualstudio/subscriptions/cloud-admin.md) on how to add an Admin to your subscription. Once that’s done, the Admin has access to both directories and can change the tenant directory for you.

articles/devtest/offer/how-to-manage-monitor-devtest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure’s cloud environment gives you flexibility in managing cost and workloads
1717

1818
Services within the subscription and resource group levels is zero cost – only the resources themselves have cost to them.
1919

20-
![A diagram of Azure Organizations and Governance](media/managing-and-monitoring/orgs-and-governance.png "Azure organizations and governance.")
20+
![A diagram of Azure Organizations and Governance](media/how-to-manage-monitor-devtest/orgs-and-governance.png "Azure organizations and governance.")
2121

2222
When managing from an operational expense perspective, you only pay for what you use. There are several tools with Azure dev/test subscriptions that help you manage cost during deployment.
2323

articles/devtest/offer/how-to-sign-into-azure-with-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Support for GitHub authentication makes it easier to experiment with Azure servi
3737

3838
To get started with the Azure Monthly Credit Subscription using your GitHub account, select “Sign in using GitHub” on any [Microsoft sign in page](https://login.microsoftonline.com)
3939

40-
![Screenshot of the sign in options page.](media/sign-into-azure-with-github/sign-in.png "Sign in options page.")
40+
![Screenshot of the sign in options page.](media/how-to-sign-into-azure-with-github/sign-in.png "Sign in options page.")
4141

42-
![Screenshot of the Microsoft sign into Github to continue to Microsoft-Corporation.](media/sign-into-azure-with-github/microsoft-sign-in.png "Sign into Github to continue to Microsoft-Corporation.")
42+
![Screenshot of the Microsoft sign into Github to continue to Microsoft-Corporation.](media/how-to-sign-into-azure-with-github/microsoft-sign-in.png "Sign into Github to continue to Microsoft-Corporation.")
4343

4444
If you haven’t activated your credits yet, go to the [Monthly Azure Credits for Visual Studio Subscribers](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers) page, select “Activate Your Credits” then “Sign in with GitHub” to get started.
4545

46-
![Screenshot of Monthly Azure credits for Visual Studio subscribers page.](media/sign-into-azure-with-github/activate-credits.png "Activate your credits.")
46+
![Screenshot of Monthly Azure credits for Visual Studio subscribers page.](media/how-to-sign-into-azure-with-github/activate-credits.png "Activate your credits.")
4747

48-
![Screenshot of a Microsoft account sign in page.](media/sign-into-azure-with-github/sign-in-with-github.png "Sign in with Email, phone, or Skype.")
48+
![Screenshot of a Microsoft account sign in page.](media/how-to-sign-into-azure-with-github/sign-in-with-github.png "Sign in with Email, phone, or Skype.")
4949

5050
Once you complete the sign-in process, you'll be taken to the last Azure Visual Studio organization you visited. If you’re brand new to Azure Visual Studio and Credits Subscription, you’ll land within a new organization created for you.
5151

0 commit comments

Comments
 (0)