Skip to content

Commit 7c0faef

Browse files
committed
Fix image names
1 parent d71489c commit 7c0faef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/machine-learning/data-science-virtual-machine/vm-do-ten-things.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Azure Blob storage is a reliable, economical cloud storage service for both larg
167167

168168
- Start the Azure Storage Explorer tool. You can download it from the [Storage Explorer webpage](https://storageexplorer.com/).
169169

170-
:::image type="content" source="./media/vm-do-ten-things/AzureStorageExplorer_v4.png" alt-text="Screenshot showing the Azure Storage Explorer accessing a storage account." lightbox= "./media/vm-do-ten-things/AzureStorageExplorer_v4.png":::
170+
:::image type="content" source="./media/vm-do-ten-things/azurestorageexplorer-v4.png" alt-text="Screenshot showing the Azure Storage Explorer accessing a storage account." lightbox= "./media/vm-do-ten-things/azurestorageexplorer-v4.png":::
171171

172172
#### Move data from a VM to an Azure blob: AzCopy
173173

@@ -197,7 +197,7 @@ Run the AzCopy command in PowerShell or from a command prompt. These are AzCopy
197197

198198
After you run the AzCopy command to copy the file to an Azure blob, your file will appear in Azure Storage Explorer.
199199

200-
:::image type="content" source="./media/vm-do-ten-things/AzCopy_run_finshed_Storage_Explorer_v3.png" alt-text="Screenshot showing the storage account, displaying the uploaded CSV file." lightbox= "./media/vm-do-ten-things/AzCopy_run_finshed_Storage_Explorer_v3.png":::
200+
:::image type="content" source="./media/vm-do-ten-things/azcopy-run-finshed-storage-explorer-v3.png" alt-text="Screenshot showing the storage account, displaying the uploaded CSV file." lightbox= "./media/vm-do-ten-things/azcopy-run-finshed-storage-explorer-v3.png":::
201201

202202
#### Move data from a VM to an Azure blob: Azure Storage Explorer
203203

@@ -259,7 +259,7 @@ print 'the size of the data is: %d rows and %d columns' % df1.shape
259259

260260
The data is read as a data frame:
261261

262-
:::image type="content" source="./media/vm-do-ten-things/IPNB_data_readin.png" alt-text="Screenshot showing the first 10 rows of data." lightbox= "./media/vm-do-ten-things/IPNB_data_readin.png":::
262+
:::image type="content" source="./media/vm-do-ten-things/ipnb-data-readin.png" alt-text="Screenshot showing the first 10 rows of data." lightbox= "./media/vm-do-ten-things/ipnb-data-readin.png":::
263263

264264
### Azure Synapse Analytics and databases
265265

articles/machine-learning/how-to-setup-mlops-azureml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Before you can set up an MLOps project with Azure Machine Learning, you need to
6262
6363
1. If prompted, choose **Bash** as the environment used in the Cloud Shell. You can also change environments in the drop-down on the top navigation bar
6464

65-
![Screenshot of the cloud shell environment dropdown.](./media/how-to-setup-mlops-azureml/PS_CLI1_1.png)
65+
![Screenshot of the cloud shell environment dropdown.](./media/how-to-setup-mlops-azureml/ps-cli1-1.png)
6666

6767
1. Copy the following bash commands to your computer and update the **projectName**, **subscriptionId**, and **environment** variables with the values for your project. If you're creating both a Dev and Prod environment, you'll need to run this script once for each environment, creating a service principal for each. This command will also grant the **Contributor** role to the service principal in the subscription provided. This is required for Azure DevOps to properly use resources in that subscription.
6868

articles/machine-learning/how-to-setup-mlops-github-azure-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Before you can set up an MLOps project with Machine Learning, you need to set up
6060
6161
1. If prompted, choose **Bash** as the environment used in the Cloud Shell. You can also change environments in the drop-down on the top navigation bar
6262

63-
:::image type="content" source="./media/how-to-setup-mlops-azureml/PS_CLI1_1.png" alt-text="Screenshot of the cloud shell environment dropdown.":::
63+
:::image type="content" source="./media/how-to-setup-mlops-azureml/ps-cli1-1.png" alt-text="Screenshot of the cloud shell environment dropdown.":::
6464

6565
1. Copy the following bash commands to your computer and update the **projectName**, **subscriptionId**, and **environment** variables with the values for your project. This command will also grant the **Contributor** role to the service principal in the subscription provided. This is required for GitHub Actions to properly use resources in that subscription.
6666

0 commit comments

Comments
 (0)