Skip to content

Commit 2a50cc0

Browse files
committed
Merge branch 'main'
2 parents 60afe39 + 7cfc5e7 commit 2a50cc0

File tree

8 files changed

+71
-30
lines changed

8 files changed

+71
-30
lines changed

articles/active-directory/develop/whats-new-docs.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: active-directory
55
author: mmacy
66
manager: CelesteDG
77

8-
ms.date: 09/01/2022
8+
ms.date: 09/03/2022
99
ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: reference
@@ -18,6 +18,19 @@ ms.custom: has-adal-ref
1818

1919
Welcome to what's new in the Microsoft identity platform documentation. This article lists new docs that have been added and those that have had significant updates in the last three months.
2020

21+
## September 2022
22+
23+
### New articles
24+
25+
- [Configure a user-assigned managed identity to trust an external identity provider (preview)](workload-identity-federation-create-trust-user-assigned-managed-identity.md)
26+
- [Important considerations and restrictions for federated identity credentials](workload-identity-federation-considerations.md)
27+
28+
### Updated articles
29+
30+
- [How to use Continuous Access Evaluation enabled APIs in your applications](app-resilience-continuous-access-evaluation.md)
31+
- [Run automated integration tests](test-automate-integration-testing.md)
32+
- [Tutorial: Sign in users and call the Microsoft Graph API from a JavaScript single-page application (SPA)](tutorial-v2-javascript-spa.md)
33+
2134
## August 2022
2235

2336
### Updated articles
@@ -51,13 +64,3 @@ Welcome to what's new in the Microsoft identity platform documentation. This art
5164
- [Microsoft identity platform access tokens](access-tokens.md)
5265
- [Single-page application: Sign-in and Sign-out](scenario-spa-sign-in.md)
5366
- [Tutorial: Add sign-in to Microsoft to an ASP.NET web app](tutorial-v2-asp-webapp.md)
54-
55-
## June 2022
56-
57-
### Updated articles
58-
59-
- [Add app roles to your application and receive them in the token](howto-add-app-roles-in-azure-ad-apps.md)
60-
- [Azure AD Authentication and authorization error codes](reference-aadsts-error-codes.md)
61-
- [Microsoft identity platform refresh tokens](refresh-tokens.md)
62-
- [Single-page application: Acquire a token to call an API](scenario-spa-acquire-token.md)
63-
- [Tutorial: Sign in users and call the Microsoft Graph API in an Electron desktop app](tutorial-v2-nodejs-desktop.md)

articles/active-directory/manage-apps/whats-new-docs.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory application management"
33
description: "New and updated documentation for the Azure Active Directory application management."
4-
ms.date: 09/06/2022
4+
ms.date: 10/03/2022
55
ms.service: active-directory
66
ms.subservice: app-mgmt
77
ms.topic: reference
@@ -15,6 +15,18 @@ manager: CelesteDG
1515

1616
Welcome to what's new in Azure Active Directory (Azure AD) application management documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the application management service, see [What's new in Azure AD](../fundamentals/whats-new.md).
1717

18+
## September 2022
19+
20+
### New articles
21+
22+
- [Tutorial: Configure Datawiza to enable Azure Active Directory Multi-Factor Authentication and single sign-on to Oracle PeopleSoft](datawiza-azure-ad-sso-oracle-peoplesoft.md)
23+
- [SAML Request Signature Verification (Preview)](howto-enforce-signed-saml-authentication.md)
24+
25+
### Updated articles
26+
27+
- [Manage app consent policies](manage-app-consent-policies.md)
28+
- [Unexpected consent prompt when signing in to an application](application-sign-in-unexpected-user-consent-prompt.md)
29+
1830
## August 2022
1931

2032
### Updated articles
@@ -39,10 +51,3 @@ Welcome to what's new in Azure Active Directory (Azure AD) application managemen
3951
- [Configure Azure Active Directory SAML token encryption](howto-saml-token-encryption.md)
4052
- [Review permissions granted to applications](manage-application-permissions.md)
4153
- [Tutorial: Configure Secure Hybrid Access with Azure Active Directory and Datawiza](datawiza-with-azure-ad.md)
42-
43-
## June 2022
44-
45-
### Updated articles
46-
47-
- [Protect against consent phishing](protect-against-consent-phishing.md)
48-
- [Request to publish your application in the Azure AD application gallery](v2-howto-app-gallery-listing.md)

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
186186
```
187187

188188
```console
189-
TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\\\n/g')
189+
TOKEN=$(kubectl get secret demo-user-secret -o jsonpath='{$.data.token}' | base64 -d | sed 's/$/\n/g')
190190
```
191191
1. Get the token to output to console
192192

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ And then defining these elements for the resulting alert actions using:
9090
|Threshold value|If you selected a **static** threshold, enter the threshold value for the condition logic. |
9191
|Unit|If the selected metric signal supports different units,such as bytes, KB, MB, and GB, and if you selected a **static** threshold, enter the unit for the condition logic.|
9292
|Threshold sensitivity| If you selected a **dynamic** threshold, enter the sensitivity level. The sensitivity level affects the amount of deviation from the metric series pattern is required to trigger an alert. |
93-
|Aggregation granularity| Select the interval that is used to group the data points using the aggregation type function. Choose an **Aggregation granularity** (Period) that's greater than the **Frequency of evaluation** to reduce the likelihood of missing the first evaluation of added time series.|
94-
|Frequency of evaluation|Select how often the alert rule is be run. If you select a frequency that is smaller than the aggregation granularity, this will cause a sliding window for the evaluation. |
93+
|Aggregation granularity| Select the interval that is used to group the data points using the aggregation type function. Choose an **Aggregation granularity** (Period) that's greater than the **Frequency of evaluation** to reduce the likelihood of missing the first evaluation period of an added time series.|
94+
|Frequency of evaluation|Select how often the alert rule is be run. Select a frequency that is smaller than the aggregation granularity to generate a sliding window for the evaluation.|
9595

9696
1. Select **Done**.
9797
### [Log alert](#tab/log)

articles/azure-monitor/alerts/itsmc-definition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Action groups provide a modular and reusable way to trigger actions for your Azu
7979
8080
### Define a template
8181

82-
Certain work item types can use templates that you define in ServiceNow. When you use templates, you can define fields that will be automatically populated by using constant values defined in ServiceNow (not values from the payload). The templates are synced with Azure. You can define which template you want to use as a part of the definition of an action group. For information about how to create templates, see the [ServiceNow documentation](https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/form-administration/task/t_CreateATemplateUsingTheTmplForm.html).
82+
Certain work item types can use templates that you define in ServiceNow. When you use templates, you can define fields that will be automatically populated by using constant values defined in ServiceNow (not values from the payload). The templates are synced with Azure. You can define which template you want to use as a part of the definition of an action group. For information about how to create templates, see the [ServiceNow documentation](https://www.servicenow.com/community/now-platform-articles/servicenow-versions/ta-p/2312014).
8383

8484
To create an action group:
8585

@@ -147,4 +147,4 @@ When you create or edit an Azure alert rule, use an action group, which has an I
147147
148148
## Next steps
149149

150-
[Troubleshoot problems in ITSMC](./itsmc-resync-servicenow.md)
150+
[Troubleshoot problems in ITSMC](./itsmc-resync-servicenow.md)

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ my_training_data_input = Input(
7474
```
7575
---
7676

77+
### Using pre-labeled training data from local machine
78+
If you have previously labeled data that you would like to use to train your model, you will first need to upload the images to the default Azure Blob Storage of your Azure ML Workspace and register it as a [data asset](how-to-create-data-assets.md).
7779

78-
## Using pre-labeled training data
79-
If you have previously labeled data that you would like to use to train your model, you will first need to upload the images to the default Azure Blob Storage of your Azure ML Workspace and register it as a data asset.
80+
The following script uploads the image data on your local machine at path "./data/odFridgeObjects" to datastore in Azure Blob Storage. It then creates a new data asset with the name "fridge-items-images-object-detection" in your Azure ML Workspace.
81+
82+
If there already exists a data asset with the name "fridge-items-images-object-detection" in your Azure ML Workspace, it will update the version number of the data asset and point it to the new location where the image data uploaded.
8083

8184
# [Azure CLI](#tab/cli)
8285
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
@@ -104,12 +107,42 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
104107
[!Notebook-python[] (~/azureml-examples-v2samplesreorg/sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb?name=upload-data)]
105108
---
106109

110+
If you already have your data present in an existing datastore and want to create a data asset out of it, you can do so by providing the path to the data in the datastore, instead of providing the path of your local machine. Update the code [above](how-to-prepare-datasets-for-automl-images.md#using-pre-labeled-training-data-from-local-machine) with the following snippet.
111+
112+
# [Azure CLI](#tab/cli)
113+
[!INCLUDE [cli v2](../../includes/machine-learning-cli-v2.md)]
114+
115+
Create a .yml file with the following configuration.
116+
117+
```yml
118+
$schema: https://azuremlschemas.azureedge.net/latest/data.schema.json
119+
name: fridge-items-images-object-detection
120+
description: Fridge-items images Object detection
121+
path: azureml://subscriptions/<my-subscription-id>/resourcegroups/<my-resource-group>/workspaces/<my-workspace>/datastores/<my-datastore>/paths/<path_to_image_data_folder>
122+
type: uri_folder
123+
```
124+
125+
# [Python SDK](#tab/python)
126+
127+
128+
```Python
129+
my_data = Data(
130+
path="azureml://subscriptions/<my-subscription-id>/resourcegroups/<my-resource-group>/workspaces/<my-workspace>/datastores/<my-datastore>/paths/<path_to_image_data_folder>",
131+
type=AssetTypes.URI_FOLDER,
132+
description="Fridge-items images Object detection",
133+
name="fridge-items-images-object-detection",
134+
)
135+
```
136+
---
137+
107138
Next, you will need to get the label annotations in JSONL format. The schema of labeled data depends on the computer vision task at hand. Refer to [schemas for JSONL files for AutoML computer vision experiments](reference-automl-images-schema.md) to learn more about the required JSONL schema for each task type.
108139

109140
If your training data is in a different format (like, pascal VOC or COCO), [helper scripts](https://github.com/Azure/azureml-examples/blob/v2samplesreorg/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection/coco2jsonl.py) to convert the data to JSONL are available in [notebook examples](https://github.com/Azure/azureml-examples/blob/v2samplesreorg/sdk/python/jobs/automl-standalone-jobs).
110141

142+
### Using pre-labeled training data from Azure Blob storage
143+
If you have your labeled training data present in a container in Azure Blob storage, then you can access it directly from there by [creating a datastore referring to that container](how-to-datastore.md#create-an-azure-blob-datastore).
111144

112-
### Create MLTable
145+
## Create MLTable
113146

114147
Once you have your labeled data in JSONL format, you can use it to create `MLTable` as shown below. MLtable packages your data into a consumable object for training.
115148

@@ -121,4 +154,4 @@ You can then pass in the `MLTable` as a [data input for your AutoML training job
121154

122155
* [Train computer vision models with automated machine learning](how-to-auto-train-image-models.md).
123156
* [Train a small object detection model with automated machine learning](how-to-use-automl-small-object-detect.md).
124-
* [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
157+
* [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).

articles/virtual-desktop/rdp-shortpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ As RDP Shortpath uses UDP to establish a data flow, if a firewall on your networ
131131
If your users are in a scenario where RDP Shortpath for both managed network and public networks is available to them, then the first algorithm found will be used. Whichever connection gets established first is what the user will use for that session.
132132

133133
> [!NOTE]
134-
> RDP Shortpath doesn't support Symmetric NAT, which is the mapping of a single private source *IP:Port* to a unique public destination *IP:Port*. This is because RDP Shortpath needs to reuse the same external port (or NAT binding) used in the initial connection. Where multiple paths are used, for example a highly available firewall pair, external port reuse cannot be guaranteed. For more information about NAT with Azure virtual networks, see [Source Network Address Translation with virtual networks](../virtual-network/nat-gateway/nat-gateway-resource.md#source-network-address-translation).
134+
> RDP Shortpath doesn't support Symmetric NAT, which is the mapping of a single private source *IP:Port* to a unique public destination *IP:Port*. This is because RDP Shortpath needs to reuse the same external port (or NAT binding) used in the initial connection. Where multiple paths are used, for example a highly available firewall pair, external port reuse cannot be guaranteed. Azure Firewall and Azure NAT Gateway use Symmetric NAT. For more information about NAT with Azure virtual networks, see [Source Network Address Translation with virtual networks](../virtual-network/nat-gateway/nat-gateway-resource.md#source-network-address-translation).
135135
136136
#### Session host virtual network
137137

articles/virtual-machines/linux/run-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Invoke-AzVMRunCommand -ResourceGroupName '<myResourceGroup>' -Name '<myVMName>'
8989

9090
## Limiting access to Run Command
9191

92-
Listing the run commands or showing the details of a command requires the `Microsoft.Compute/locations/runCommands/read` permission. The built-in [Reader](../../role-based-access-control/built-in-roles.md#reader) role and higher levels have this permission.
92+
Listing the run commands or showing the details of a command requires the `Microsoft.Compute/locations/runCommands/read` permission on Subscription level. The built-in [Reader](../../role-based-access-control/built-in-roles.md#reader) role and higher levels have this permission.
9393

9494
Running a command requires the `Microsoft.Compute/virtualMachines/runCommand/action` permission. The [Virtual Machine Contributor](../../role-based-access-control/built-in-roles.md#virtual-machine-contributor) role and higher levels have this permission.
9595

0 commit comments

Comments
 (0)