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/active-directory/managed-identities-azure-resources/how-to-assign-app-role-managed-identity-cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Assign a managed identity to an application role using Azure CLI - Azure
3
3
description: Step-by-step instructions for assigning a managed identity access to another application's role, using Azure CLI.
4
4
services: active-directory
5
5
documentationcenter:
6
-
author: christoc
6
+
author: xstof
7
7
manager:
8
8
editor:
9
9
@@ -64,7 +64,7 @@ In this article, you learn how to assign a managed identity to an application ro
64
64
65
65
```azurecli
66
66
appName="{name for your application}"
67
-
serverSPOID=$(az ad sp list --filter "displayName eq 'My App'" --query '[0].objectId' -o tsv | tr -d '[:space:]')
67
+
serverSPOID=$(az ad sp list --filter "displayName eq '$appName'" --query '[0].id' -o tsv | tr -d '[:space:]')
68
68
echo "object id for server service principal is: $serverSPOID"
69
69
```
70
70
@@ -75,7 +75,7 @@ In this article, you learn how to assign a managed identity to an application ro
75
75
76
76
```azurecli
77
77
appID="{application id for your application}"
78
-
serverSPOID=$(az ad sp list --filter "appId eq '$appID'" --query '[0].objectId' -o tsv | tr -d '[:space:]')
78
+
serverSPOID=$(az ad sp list --filter "appId eq '$appID'" --query '[0].id' -o tsv | tr -d '[:space:]')
79
79
echo "object id for server service principal is: $serverSPOID"
Copy file name to clipboardExpand all lines: articles/azure-maps/tutorial-search-location.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ The Map Control API is a convenient client library. This API allows you to easil
140
140
141
141
About this code:
142
142
143
-
* A `ready` event is added to the map, which fires when the map resources finnish loading and the map is ready to be accessed.
143
+
* A `ready` event is added to the map, which fires when the map resources finish loading and the map is ready to be accessed.
144
144
* In the map `ready` event handler, a data source is created to store result data.
145
145
* A symbol layer is created and attached to the data source. This layer specifies how the result data in the data source should be rendered. In this case, the result is rendered with a dark blue round pin icon, centered over the results coordinate, that allows other icons to overlap.
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/workspace-design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ While you should avoid sending duplicate data to multiple workspaces because of
106
106
### Data access control
107
107
When you grant a user [access to a workspace](manage-access.md#azure-rbac), they have access to all data in that workspace. This is appropriate for a member of a central administration or security team who must access data for all resources. Access to the workspace is also determined by resource-context RBAC and table-level RBAC.
By default, if a user has read access to an Azure resource, they inherit permissions to any of that resource's monitoring data sent to the workspace. This allows users to access information about resources they manage without being granted explicit access to the workspace. If you need to block this access, you can change the [access control mode](manage-access.md#access-control-mode) to require explicit workspace permissions.
111
111
112
112
-**If you want users to be able to access data for their resources**, keep the default access control mode of *Use resource or workspace permissions*.
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-apis-create-account.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
38
38
***Speech** - Speech
39
39
***Vision** - Computer Vision, Custom Vision, Face
40
40
41
-
1. You can select this link to create an Azure Cognitive multi-service resource: [Create a Cognitive Services resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
41
+
1. You can select this link to create an Azure Cognitive multi-service resource: [Create a Cognitive Services resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne).
42
42
43
43
1. On the **Create** page, provide the following information:
44
44
@@ -51,10 +51,10 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
51
51
### [Decision](#tab/decision)
52
52
53
53
1. You can select one of these links to create a Decision resource:
1. On the **Create** page, provide the following information:
75
75
@@ -79,7 +79,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
79
79
80
80
### [Speech](#tab/speech)
81
81
82
-
1. You can select this link to create a Speech resource: [Speech Services](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
82
+
1. You can select this link to create a Speech resource: [Speech Services](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices)
83
83
84
84
1. On the **Create** page, provide the following information:
85
85
@@ -90,9 +90,9 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
90
90
### [Vision](#tab/vision)
91
91
92
92
1. You can select one of these links to create a Vision resource:
1. On the **Create** page, provide the following information:
98
98
@@ -112,7 +112,7 @@ The multi-service resource is named **Cognitive Services** in the portal. The mu
112
112
113
113
1. From the quickstart pane that opens, you can access the resource endpoint and manage keys.
114
114
<!--
115
-
1. If you missed the previous steps or need to find your resource later, go to the [Azure services](https://ms.portal.azure.com/#home) home page. From here you can view recent resources, select **My resources**, or use the search box to find your resource by name.
115
+
1. If you missed the previous steps or need to find your resource later, go to the [Azure services](https://portal.azure.com/#home) home page. From here you can view recent resources, select **My resources**, or use the search box to find your resource by name.
116
116
117
117
:::image type="content" source="media/cognitive-services-apis-create-account/home-my-resources.png" alt-text="Find resource keys from home screen":::
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/troubleshooting-info.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,7 @@ The Azure Communication Services SMS SDK uses the following error codes to help
352
352
| 4006 | The Destination/To number isn't reachable| Try resending the message at a later time |
353
353
| 4007 | The Destination/To number has opted out of receiving messages from you| Mark the Destination/To number as opted out so that no further message attempts are made to the number|
354
354
| 4008 | You've exceeded the maximum number of messages allowed for your profile| Ensure you aren't exceeding the maximum number of messages allowed for your number or use queues to batch the messages |
355
+
| 4009 | Message is rejected by Microsoft Entitlement System| Most often it happens if fraudulent activity is detected. Please contact support for more details |
355
356
| 5000 | Message failed to deliver. Please reach out Microsoft support team for more details| File a support request through the Azure portal |
356
357
| 5001 | Message failed to deliver due to temporary unavailability of application/system| |
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/integration-defender-for-endpoint.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,12 @@ If you enabled the integration, but still don't see the extension running on you
326
326
### What are the licensing requirements for Microsoft Defender for Endpoint?
327
327
Defender for Endpoint is included at no extra cost with **Microsoft Defender for Servers**. Alternatively, it can be purchased separately for 50 machines or more.
328
328
329
+
### Do I need to buy a separate anti-malware solution to protect my machines?
330
+
No. With MDE integration in Defender for Servers, you'll also get malware protection on your machines.
331
+
- On Windows Server 2012 R2 with MDE unified solution integration enabled, Defender for Servers will deploy [Microsoft Defender Antivirus](/microsoft-365/security/defender-endpoint/microsoft-defender-antivirus-windows) in *active mode*.
332
+
- On newer Windows Server operating systems, Microsoft Defender Antivirus is part of the operating system and will be enabled in *active mode*.
333
+
- On Linux, Defender for Servers will deploy MDE including the anti-malware component, and set the component in *passive mode*.
334
+
329
335
### If I already have a license for Microsoft Defender for Endpoint, can I get a discount for Microsoft Defender for Servers?
330
336
If you already have a license for **Microsoft Defender for Endpoint for Servers** , you won't pay for that part of your [Microsoft Defender for Servers Plan 2](defender-for-servers-introduction.md#plan-2-formerly-defender-for-servers) license. Learn more about [the Microsoft 365 license](/microsoft-365/security/defender-endpoint/minimum-requirements#licensing-requirements).
Copy file name to clipboardExpand all lines: articles/key-vault/general/security-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ For more information about authentication to Key Vault, see [Authenticate to Azu
76
76
77
77
## Conditional access
78
78
79
-
Key Vault provides support for Azure Azure Active Directory Conditional Access policies. By using Conditional Access policies, you can apply the right access controls to Key Vault when needed to keep your organization secure and stay out of your user's way when not needed.
79
+
Key Vault provides support for Azure Active Directory Conditional Access policies. By using Conditional Access policies, you can apply the right access controls to Key Vault when needed to keep your organization secure and stay out of your user's way when not needed.
80
80
81
81
For more information, see [Conditional Access overview](../../active-directory/conditional-access/overview.md)
Copy file name to clipboardExpand all lines: articles/private-link/private-link-service-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ After a consumer initiates a connection, the service provider can accept or reje
42
42
43
43
### Delete your service
44
44
45
-
If the Private Link service is no longer in use, you can delete it. However, before your delete the service, ensure that there are no private endpoint connections associated with it. You can reject all connections and delete the service.
45
+
If the Private Link service is no longer in use, you can delete it. However, before you delete the service, ensure that there are no private endpoint connections associated with it. You can reject all connections and delete the service.
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-containers-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ Compared to virtual machines, containers have the following advantages:
46
46
Service Fabric supports the deployment of Docker containers on Linux, and Windows Server containers on Windows Server 2016 and later, along with support for Hyper-V isolation mode.
47
47
48
48
Container runtimes compatible with ServiceFabric:
49
-
- Mirantis Container Runtime
50
-
-Moby
49
+
-Linux: Mirantis Container Runtime + Ubuntu
50
+
-Windows: Mirantis Container Runtime + Windows Server 2019/2022
0 commit comments