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/machine-learning/service/how-to-explore-prepare-data.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
@@ -144,7 +144,7 @@ In Datasets, null values, NaN's and values that contain no content are consider
144
144
145
145
From the Dataset profile generated in the preceding section, we see that `Latitude` and `Longitude` columns have a high percentage of missing values. In this example, we calculate the mean and impute missing values for those two columns.
146
146
147
-
First, get the latest definition of the Dataset with [`get_definition()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py#get-definition-version-id-none-) and pare down the data with [`keep_columns()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow?view=azure-dataprep-py#keep-columns-columns--multicolumnselection-----azureml-dataprep-api-dataflow-dataflow), so we only view the columns we want to address.
147
+
First, get the latest definition of the Dataset with [`get_definition()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.dataset.dataset?view=azure-ml-py#get-definition-version-id-none-) and pare down the data with [`keep_columns()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow#keep-columns-columns--multicolumnselection--validate-column-exists--bool---false-----azureml-dataprep-api-dataflow-dataflow), so we only view the columns we want to address.
Copy file name to clipboardExpand all lines: articles/machine-learning/service/how-to-write-data.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
@@ -67,7 +67,7 @@ Example output:
67
67
68
68
### Delimited file example
69
69
70
-
The following code uses the [`write_to_csv()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow?view=azure-dataprep-py#write-to-csv-directory-path--destinationpath--separator--str--------na--str----na---error--str----error------azureml-dataprep-api-dataflow-dataflow) function to write data to a delimited file.
70
+
The following code uses the [`write_to_csv()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow#write-to-csv-directory-path--datadestination--separator--str--------na--str----na---error--str----error------azureml-dataprep-api-dataflow-dataflow) function to write data to a delimited file.
71
71
72
72
```python
73
73
# Create a new data flow using `write_to_csv`
@@ -115,7 +115,7 @@ The preceding code produces this output:
115
115
116
116
### Parquet file example
117
117
118
-
Similar to `write_to_csv()`, the [`write_to_parquet()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow?view=azure-dataprep-py#write-to-parquet-file-path--typing-union--destinationpath--nonetype----none--directory-path--typing-union--destinationpath--nonetype----none--single-file--bool---false--error--str----error---row-groups--int---0-----azureml-dataprep-api-dataflow-dataflow) function returns a new data flow with a write Parquet step that is executed when the data flow runs.
118
+
Similar to `write_to_csv()`, the [`write_to_parquet()`](https://docs.microsoft.com/python/api/azureml-dataprep/azureml.dataprep.dataflow#write-to-parquet-file-path--typing-union--datadestination--nonetype----none--directory-path--typing-union--datadestination--nonetype----none--single-file--bool---false--error--str----error---row-groups--int---0-----azureml-dataprep-api-dataflow-dataflow) function returns a new data flow with a write Parquet step that is executed when the data flow runs.
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/manage-account.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
@@ -274,7 +274,7 @@ If you want to grant Partner Center access to a brand-new Azure AD application a
274
274
1. From the **Users** page (under **Account settings**), select **Add Azure AD applications**.
275
275
2. On the next page, select **New Azure AD application**.
276
276
3. Enter the **Reply URL** for the new Azure AD application. This is the URL where users can sign in and use your Azure AD application (sometimes also known as the App URL or Sign-On URL). The **Reply URL** can't be longer than 256 characters and must be unique within your directory.
277
-
4. Enter the **App ID URI** for the new Azure AD application. This is a logical identifier for the Azure AD application that is presented when a single sign-on request is sent to Azure AD. Note that the **App ID URI** must be unique for each Azure AD application in your directory. This ID can't be longer than 256 characters. For more info about the App ID URI, see [Integrating applications with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/develop/active-directory-integrating-applications#changing-the-application-registration-to-support-multi-tenant).
277
+
4. Enter the **App ID URI** for the new Azure AD application. This is a logical identifier for the Azure AD application that is presented when a single sign-on request is sent to Azure AD. Note that the **App ID URI** must be unique for each Azure AD application in your directory. This ID can't be longer than 256 characters. For more info about the App ID URI, see [Integrating applications with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/develop/quickstart-modify-supported-accounts#change-the-application-registration-to-support-different-accounts).
278
278
5. In the **Roles** section, specify the role(s) or customized permissions for the Azure AD application.
Copy file name to clipboardExpand all lines: articles/network-watcher/network-watcher-diagnose-on-premises-connectivity.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
@@ -32,7 +32,7 @@ You want to configure a site-to-site connection between Azure and on-premises us
32
32
33
33
1. Virtual Network Gateway - The VPN Gateway on Azure
34
34
1. Local Network Gateway - The [on-premises (FortiGate) VPN Gateway](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md#LocalNetworkGateway) representation in Azure cloud
35
-
1. Site-to-site connection (route based) - [Connection between the VPN Gateway and the on-premises router](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal#createconnection)
35
+
1. Site-to-site connection (route based) - [Connection between the VPN Gateway and the on-premises router](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal#CreateConnection)
Detailed step by step guidance for configuring a Site-to-Site configuration can be found by visiting: [Create a VNet with a Site-to-Site connection using the Azure portal](../vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal.md).
Copy file name to clipboardExpand all lines: articles/role-based-access-control/built-in-roles.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2529,7 +2529,7 @@ The following table provides a brief description of each built-in role. Click th
2529
2529
> [!div class="mx-tableFixed"]
2530
2530
> |||
2531
2531
> | --- | --- |
2532
-
> |**Description**| Read, write, and delete Azure Storage containers and blobs. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2532
+
> |**Description**| Read, write, and delete Azure Storage containers and blobs. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2533
2533
> |**Id**| ba92f5b4-2d11-453d-a403-e96b0029c9fe |
2534
2534
> |**Actions**||
2535
2535
> | Microsoft.Storage/storageAccounts/blobServices/containers/delete | Delete a container. |
@@ -2548,7 +2548,7 @@ The following table provides a brief description of each built-in role. Click th
2548
2548
> [!div class="mx-tableFixed"]
2549
2549
> |||
2550
2550
> | --- | --- |
2551
-
> |**Description**| Provides full access to Azure Storage blob containers and data, including assigning POSIX access control. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2551
+
> |**Description**| Provides full access to Azure Storage blob containers and data, including assigning POSIX access control. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2552
2552
> |**Id**| b7e6dc6d-f1e8-4753-8033-0f276bb0955b |
2553
2553
> |**Actions**||
2554
2554
> | Microsoft.Storage/storageAccounts/blobServices/containers/*| Full permissions on containers. |
@@ -2563,7 +2563,7 @@ The following table provides a brief description of each built-in role. Click th
2563
2563
> [!div class="mx-tableFixed"]
2564
2564
> |||
2565
2565
> | --- | --- |
2566
-
> |**Description**| Read and list Azure Storage containers and blobs. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2566
+
> |**Description**| Read and list Azure Storage containers and blobs. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2567
2567
> |**Id**| 2a2b9908-6ea1-4ae2-8e65-a410df84e7d1 |
2568
2568
> |**Actions**||
2569
2569
> | Microsoft.Storage/storageAccounts/blobServices/containers/read | Return a container or a list of containers. |
@@ -2578,7 +2578,7 @@ The following table provides a brief description of each built-in role. Click th
2578
2578
> [!div class="mx-tableFixed"]
2579
2579
> |||
2580
2580
> | --- | --- |
2581
-
> |**Description**| Read, write, and delete Azure Storage queues and queue messages. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2581
+
> |**Description**| Read, write, and delete Azure Storage queues and queue messages. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2582
2582
> |**Id**| 974c5e8b-45b9-4653-ba55-5f855dd0fb88 |
2583
2583
> |**Actions**||
2584
2584
> | Microsoft.Storage/storageAccounts/queueServices/queues/delete | Delete a queue. |
@@ -2597,7 +2597,7 @@ The following table provides a brief description of each built-in role. Click th
2597
2597
> [!div class="mx-tableFixed"]
2598
2598
> |||
2599
2599
> | --- | --- |
2600
-
> |**Description**| Peek, retrieve, and delete a messages from an Azure Storage queue. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2600
+
> |**Description**| Peek, retrieve, and delete a messages from an Azure Storage queue. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2601
2601
> |**Id**| 8a0f0c08-91a1-4084-bc3d-661d67233fed |
2602
2602
> |**Actions**||
2603
2603
> |*none*||
@@ -2613,7 +2613,7 @@ The following table provides a brief description of each built-in role. Click th
2613
2613
> [!div class="mx-tableFixed"]
2614
2614
> |||
2615
2615
> | --- | --- |
2616
-
> |**Description**| Add messages to an Azure Storage queue. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2616
+
> |**Description**| Add messages to an Azure Storage queue. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2617
2617
> |**Id**| c6a89b2d-59bc-44d0-9896-0f6e12d7b80a |
2618
2618
> |**Actions**||
2619
2619
> |*none*||
@@ -2628,7 +2628,7 @@ The following table provides a brief description of each built-in role. Click th
2628
2628
> [!div class="mx-tableFixed"]
2629
2629
> |||
2630
2630
> | --- | --- |
2631
-
> |**Description**| Read and list Azure Storage queues and queue messages. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-rest-operations). |
2631
+
> |**Description**| Read and list Azure Storage queues and queue messages. To learn which actions are required for a given data operation, see [Permissions for calling blob and queue data operations](https://docs.microsoft.com/rest/api/storageservices/authenticate-with-azure-active-directory#permissions-for-calling-blob-and-queue-data-operations). |
2632
2632
> |**Id**| 19e7f393-937e-4f77-808e-94535e297925 |
2633
2633
> |**Actions**||
2634
2634
> | Microsoft.Storage/storageAccounts/queueServices/queues/read | Returns a queue or a list of queues. |
To enable using PowerShell or the Azure CLI, see the documentation [here](https://docs.microsoft.com/azure/monitoring-and-diagnostics/monitoring-overview-of-diagnostic-logs#how-to-enable-collection-of-diagnostic-logs).
172
+
To enable using PowerShell or the Azure CLI, see the documentation [here](https://docs.microsoft.com/azure/azure-monitor/platform/diagnostic-logs-overview).
0 commit comments