Skip to content

Commit 1afc44a

Browse files
committed
Fix alt-text issues
1 parent 951aed0 commit 1afc44a

3 files changed

+6
-6
lines changed

docs/azure/vs-azure-tools-configure-roles-for-cloud-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To improve the performance of your cloud service, you can change the number of i
6060

6161
1. In the **Service Configuration** list, select the service configuration that you want to update.
6262

63-
![Service Configuration list](./media/vs-azure-tools-configure-roles-for-cloud-service/role-configuration-properties-page-select-configuration.png)
63+
![Service Configuration list 1](./media/vs-azure-tools-configure-roles-for-cloud-service/role-configuration-properties-page-select-configuration.png)
6464

6565
1. In the **Instance count** text box, enter the number of instances that you want to start for this role. Each instance runs on a separate virtual machine when you publish the cloud service to Azure.
6666

@@ -152,7 +152,7 @@ By using a different value for each service configuration, you do not have to us
152152

153153
1. In the **Service Configuration** list, select the service configuration that you want to update.
154154

155-
![Service Configuration list](./media/vs-azure-tools-configure-roles-for-cloud-service/project-properties-settings-tab-select-configuration.png)
155+
![Service Configuration list 2](./media/vs-azure-tools-configure-roles-for-cloud-service/project-properties-settings-tab-select-configuration.png)
156156

157157
1. To add a custom setting, select **Add Setting**.
158158

@@ -203,7 +203,7 @@ You can add local file system storage for each instance of a role. The data stor
203203

204204
1. In the **Service Configuration** list, ensure that **All Configurations** is selected as the local storage settings apply to all service configurations. Any other value results in all the input fields on the page being disabled.
205205

206-
![Service Configuration list](./media/vs-azure-tools-configure-roles-for-cloud-service/role-local-storage-tab-service-configuration.png)
206+
![Service Configuration list 3](./media/vs-azure-tools-configure-roles-for-cloud-service/role-local-storage-tab-service-configuration.png)
207207

208208
1. To add a local storage entry, select **Add Local Storage**.
209209

docs/azure/vs-azure-tools-publish-azure-application-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Diagnostics enables you to troubleshoot an Azure cloud service (or Azure virtual
9191

9292
## Summary page
9393

94-
![Summary](./media/vs-azure-tools-publish-azure-application-wizard/summary.png)
94+
![Summary page](./media/vs-azure-tools-publish-azure-application-wizard/summary.png)
9595

9696
**Target profile** - You can choose to create a publishing profile from the settings that you have chosen. For example, you might create one profile for a test environment and another for production. To save this profile, choose the **Save** icon. The wizard creates the profile and saves it in the Visual Studio project. To modify the profile name, open the **Target profile** list, and then choose **<Manage…>**.
9797

docs/azure/vs-azure-tools-resources-managing-with-cloud-explorer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ To view the resources associated with an Azure account, you must first add the a
5050

5151
1. In **Cloud Explorer**, select **Account Management**.
5252

53-
![Cloud Explorer Azure account settings icon](./media/vs-azure-tools-resources-managing-with-cloud-explorer/azure-account-settings.png)
53+
![Azure account settings](./media/vs-azure-tools-resources-managing-with-cloud-explorer/azure-account-settings.png)
5454

5555
1. Next to the account you want to remove, select **Manage Accounts**.
5656

57-
![Cloud Explorer Azure account settings icon](./media/vs-azure-tools-resources-managing-with-cloud-explorer/remove-account.png)
57+
![Remove account](./media/vs-azure-tools-resources-managing-with-cloud-explorer/remove-account.png)
5858

5959
1. Choose **Remove** to remove an account.
6060

0 commit comments

Comments
 (0)