Skip to content

Commit e9ae383

Browse files
authored
changed files by pdets auto publish service, publishid[8f1fe70a-ff0e-4a57-b800-3ec98f0d122b] and do [publish].
1 parent 085ed04 commit e9ae383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-pr/wwl-sci/implement-access-management-for-azure-resources/includes/5-access-managed-identities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Managed identities for Azure resources are a feature of Microsoft Entra ID. Each
22

33
### Add access to other resources
44

5-
After you've enabled managed identity on an Azure resource, such as an Azure App Service application or Azure virtual machine, you might need to grant access to more resource. Let's say you want add access to a storage account to your managed identity.
5+
After you've enabled managed identity on an Azure resource, such as an Azure App Service application or Azure virtual machine, you might need to grant access to more resources. Let's say you want add access to a storage account to your managed identity.
66

77
1. Sign in to the Azure portal using an account associated with the Azure subscription under which you've configured the managed identity.
88
2. Navigate to the desired resource on which you want to modify access control. In this example, we're giving an Azure virtual machine access to a storage account, so we navigate to the storage account.

learn-pr/wwl-sci/implement-access-management-for-azure-resources/includes/6-analyze-azure-role-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What is a permission? The dictionary definition of permission is the **consent or authorization to perform a specific action**. In Microsoft Entra ID, you've permissions for each of the operations you're able to do. Permission can range from viewing your settings, to be able to change your setting. Then move on to granting permission to add or remove users and beyond. There are two primary places where permission can be assigned, at a user or group level. However, they all pass down to the user at the final point. When dealing with users, you've both a member-user and a guest-user. The default permissions for the guest-user are slightly less than the member.
22

3-
### What are a sample of the default permissions for users?
3+
### What is a sample of the default permissions for users?
44

55
| **Member Users** | **Guest Users** |
66
| -------------------------------------------- | --------------------------------------------------------- |

0 commit comments

Comments
 (0)