Skip to content

Commit 0f3088c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into heidist-jan-qs
2 parents c4d1fca + 715ea83 commit 0f3088c

9 files changed

+28
-84
lines changed

articles/aks/deploy-confidential-containers-default-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Use the following command to enable Confidential Containers (preview) by creatin
139139
* **--cluster-name**: Enter a unique name for the AKS cluster, such as *myAKSCluster*.
140140
* **--name**: Enter a unique name for your clusters node pool, such as *nodepool2*.
141141
* **--workload-runtime**: Specify *KataCcIsolation* to enable the feature on the node pool. Along with the `--workload-runtime` parameter, these other parameters shall satisfy the following requirements. Otherwise, the command fails and reports an issue with the corresponding parameter(s).
142-
* **--os-sku**: **AzureLinux*. Only the Azure Linux os-sku supports this feature in this preview release.
142+
* **--os-sku**: *AzureLinux*. Only the Azure Linux os-sku supports this feature in this preview release.
143143
* **--node-vm-size**: Any Azure VM size that is a generation 2 VM and supports nested virtualization works. For example, [Standard_DC8as_cc_v5][DC8as-series] VMs.
144144
145145
The following example adds a user node pool to *myAKSCluster* with two nodes in *nodepool2* in the *myResourceGroup*:
@@ -193,7 +193,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
193193
1. Grant the managed identity you created earlier, and your account, access to the key vault. [Assign][assign-key-vault-access-cli] both identities the **Key Vault Crypto Officer** and **Key Vault Crypto User** Azure RBAC roles.
194194
195195
>[!NOTE]
196-
>The managed identity is the value you assigned to the `USER_ASSIGNED_IDENTITY_NAME` variable.
196+
>The managed identity is the value you assign to the `USER_ASSIGNED_IDENTITY_NAME` variable.
197197
198198
>[!NOTE]
199199
>To add role assignments, you must have `Microsoft.Authorization/roleAssignments/write` and `Microsoft.Authorization/roleAssignments/delete` permissions, such as [Key Vault Data Access Administrator][key-vault-data-access-admin-rbac], [User Access Administrator][user-access-admin-rbac], or [Owner][owner-rbac].
@@ -338,7 +338,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
338338
339339
```
340340
341-
1. Prepare the RSA Encryption/Decryption key by the [bash script](https://github.com/microsoft/confidential-container-demos/raw/main/kafka/setup-key.sh) for the workload from GitHub. Save the file as `setup-key.sh`.
341+
1. Prepare the RSA Encryption/Decryption key using the [bash script](https://github.com/microsoft/confidential-container-demos/raw/main/kafka/setup-key.sh) for the workload from GitHub. Save the file as `setup-key.sh`.
342342
343343
1. Set the `MAA_ENDPOINT` environmental variable to match the value for the `SkrClientMAAEndpoint` from the `consumer.yaml` manifest file by running the following command.
344344
@@ -379,7 +379,7 @@ For this preview release, we recommend for test and evaluation purposes to eithe
379379

380380
1. Copy and paste the external IP address of the consumer service into your browser and observe the decrypted message.
381381

382-
The following resembles the output of the command:
382+
The following example resembles the output of the command:
383383

384384
```output
385385
Welcome to Confidential Containers on AKS!

articles/azure-arc/servers/troubleshoot-extended-security-updates.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,11 @@ If you're unable to allow access to the PKI URL from your servers, you can manua
7979
1. Copy the certificate files to your Windows Server 2012 (R2) machines.
8080
1. Run any one set of the following commands in an elevated command prompt or PowerShell session to add the certificates to the "Intermediate Certificate Authorities" store for the local computer. The command should be run from the same directory as the certificate files. The commands are idempotent and won't make any changes if you've already imported the certificate:
8181

82-
```powershell
83-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 01 - xsign.crt"
84-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 02 - xsign.crt"
85-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 05 - xsign.crt"
86-
certstore -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
8782
```
88-
89-
```powershell
90-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 01 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
91-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 02 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
92-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 05 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
93-
Import-Certificate -FilePath '.\Microsoft Azure TLS Issuing CA 06 - xsign.crt' -CertStoreLocation Cert:\LocalMachine\CA
83+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 01 - xsign.crt"
84+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 02 - xsign.crt"
85+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 05 - xsign.crt"
86+
certutil -addstore CA "Microsoft Azure TLS Issuing CA 06 - xsign.crt"
9487
```
9588
9689
1. Try installing the Windows updates again. You may need to reboot your computer for the validation logic to recognize the newly imported intermediate CA certificates.

articles/azure-relay/.openpublishing.redirection.relay.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"redirect_url": "/azure/service-bus-messaging/security-baseline",
66
"redirect_document_id": false
77
},
8+
{
9+
"source_path_from_root": "/articles/azure-relay/relay-migrate-acs-sas.md",
10+
"redirect_url": "/azure/azure-relay/relay-authentication-and-authorization",
11+
"redirect_document_id": false
12+
},
813
{
914
"source_path_from_root": "/articles/service-bus-relay/diagnostic-logs.md",
1015
"redirect_url": "/azure/azure-relay/diagnostic-logs",

articles/azure-relay/TOC.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@
5656
href: move-across-regions.md
5757
- name: Migrate from Azure Service Manager (classic) APIs to Resource Manager APIs
5858
href: ../service-bus-messaging/deprecate-service-bus-management.md?toc=%2fazure%2fservice-bus-relay%2ftoc.json
59-
- name: Plan and design
60-
items:
61-
- name: Migrate from ACS to SAS
62-
href: relay-migrate-acs-sas.md
6359
- name: Develop
6460
items:
6561
- name: Create a namespace

articles/azure-relay/relay-migrate-acs-sas.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

articles/data-factory/connector-mysql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
262262
| `int unsigned` |`Int64`|
263263
| `integer` |`Int32` |
264264
| `integer unsigned` |`Int64` |
265+
| `json` |`String` |
265266
| `long varbinary` |`Byte[]` |
266267
| `long varchar` |`String` |
267268
| `longblob` |`Byte[]` |

articles/machine-learning/how-to-attach-kubernetes-to-workspace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: bozhlin
77
ms.reviewer: ssalgado
88
ms.service: machine-learning
99
ms.subservice: core
10-
ms.date: 08/31/2022
10+
ms.date: 01/02/2023
1111
ms.topic: how-to
1212
ms.custom: build-spring-2022, cliv2, sdkv2, event-tier1-build-2022
1313
---
@@ -20,7 +20,7 @@ Once Azure Machine Learning extension is deployed on AKS or Arc Kubernetes clust
2020

2121
## Prerequisites
2222

23-
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios, such as the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace. But you need to pay attention to the following prerequisites.
23+
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios. For example, the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace.
2424

2525
#### Multi-attach and workload isolation
2626

@@ -103,7 +103,7 @@ Attaching a Kubernetes cluster makes it available to your workspace for training
103103

104104
1. Enter a compute name and select your Kubernetes cluster from the dropdown.
105105

106-
* **(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads will be sent to the specified Kubernetes namespace in the cluster. Compute attach won't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute will fail.
106+
* **(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads are sent to the specified Kubernetes namespace in the cluster. Compute attach doesn't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute would fail.
107107

108108
* **(Optional)** Assign system-assigned or user-assigned managed identity. Managed identities eliminate the need for developers to manage credentials. For more information, see the [Assign managed identity](#assign-managed-identity-to-the-compute-target) section of this article.
109109

@@ -180,7 +180,7 @@ Azure offers a couple of ways to assign roles to a managed identity.
180180
- [Use Azure CLI to assign roles](../role-based-access-control/role-assignments-cli.md)
181181
- [Use Azure PowerShell to assign roles](../role-based-access-control/role-assignments-powershell.md)
182182

183-
If you are using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
183+
If you're using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
184184

185185
If you have user-assigned managed identity, select **Managed identity** to find the target identity.
186186

@@ -194,4 +194,4 @@ You can use a managed identity to access Azure Blob:
194194

195195
- [Create and manage instance types](./how-to-manage-kubernetes-instance-types.md)
196196
- [Azure Machine Learning inference router and connectivity requirements](./how-to-kubernetes-inference-routing-azureml-fe.md)
197-
- [Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)
197+
- [Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)

articles/machine-learning/how-to-manage-resources-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: core
1111
ms.custom: event-tier1-build-2022
1212
ms.topic: how-to
13-
ms.date: 05/25/2021
13+
ms.date: 01/15/2023
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
1515
---
1616

@@ -93,7 +93,7 @@ The extension currently supports datastores of the following types:
9393
For more information, see [datastore](concept-data.md#datastore).
9494
:::moniker-end
9595
:::moniker range="azureml-api-1"
96-
For more information, see [datastore](./v1/concept-data.md#connect-to-storage-with-datastores).
96+
For more information, see [datastore](concept-data.md).
9797
:::moniker-end
9898
### Create a datastore
9999

@@ -125,7 +125,7 @@ The extension currently supports the following dataset types:
125125
- *Tabular*: Allows you to materialize data into a DataFrame.
126126
- *File*: A file or collection of files. Allows you to download or mount files to your compute.
127127

128-
For more information, see [datasets](./v1/concept-data.md)
128+
For more information, see [datasets](./concept-data.md)
129129

130130
### Create dataset
131131

@@ -178,7 +178,7 @@ Alternatively, use the `> Azure ML: View Environment` command in the command pal
178178
:::moniker range="azureml-api-1"
179179
## Experiments
180180

181-
For more information, see [experiments](v1/concept-azure-machine-learning-architecture.md#experiments).
181+
For more information, see [experiments](concept-azure-machine-learning-architecture.md).
182182
:::moniker-end
183183

184184
### Create job
@@ -354,7 +354,7 @@ Alternatively, use the `> Azure ML: View Compute Properties` and `> Azure ML: De
354354
For more information, see [train machine learning models](concept-train-machine-learning-model.md).
355355
:::moniker-end
356356
:::moniker range="azureml-api-1"
357-
For more information, see [train machine learning models](./v1/concept-train-machine-learning-model.md).
357+
For more information, see [train machine learning models](./concept-train-machine-learning-model.md).
358358
:::moniker-end
359359

360360
### Create model
@@ -398,7 +398,7 @@ Alternatively, use the `> Azure ML: Remove Model` command in the command palette
398398
For more information, see [endpdoints](concept-endpoints.md).
399399
:::moniker-end
400400
:::moniker range="azureml-api-1"
401-
For more information, see [endpoints](v1/concept-azure-machine-learning-architecture.md#endpoints).
401+
For more information, see [endpoints](concept-azure-machine-learning-architecture.md).
402402
:::moniker-end
403403

404404
### Create endpoint

articles/machine-learning/how-to-setup-vs-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: tbombach
88
ms.author: tbombach
99
ms.service: machine-learning
1010
ms.subservice: core
11-
ms.date: 10/21/2021
11+
ms.date: 01/16/2023
1212
ms.topic: how-to
1313
ms.custom: devplatv2, event-tier1-build-2022, build-2023
1414
monikerRange: 'azureml-api-1 || azureml-api-2'
@@ -72,6 +72,8 @@ To choose your default workspace, select the **Set Azure Machine Learning Worksp
7272
7373
Alternatively, use the `> Azure ML: Set Default Workspace` command in the command palette and follow the prompts to set your workspace.
7474
75+
To open the command palette, Press `Command` and `P` on your keyboard. Then type `> Azure ML: Set Default Workspace`.
76+
7577
## Next Steps
7678
7779
- [Manage your Azure Machine Learning resources](how-to-manage-resources-vscode.md)

0 commit comments

Comments
 (0)