Skip to content

Commit 65ab5ef

Browse files
committed
fixed alt-txt
1 parent 3effa52 commit 65ab5ef

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/event-grid/includes/event-grid-event-hubs-functions-synapse-analytics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ In this step, you deploy the required infrastructure with a [Resource Manager te
5454
1. Sign in to the [Azure portal](https://portal.azure.com).
5555
2. Select **Cloud Shell** button at the top.
5656

57-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/azure-portal.png" alt-text="Azure portal":::
57+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/azure-portal.png" alt-text="Screenshot of Azure portal showing the selection of Cloud Shell button.":::
5858
3. You see the Cloud Shell opened at the bottom of the browser.
5959
1. If you're using the Cloud Shell for the first time:
6060
1. If you see an option to select between **Bash** and **PowerShell**, select **Bash**.
6161

62-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/launch-cloud-shell.png" alt-text="Cloud Shell":::
62+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/launch-cloud-shell.png" alt-text="Screenshot of Cloud Shell with Bash selected.":::
6363

6464
1. Create a storage account by selecting **Create storage**. Azure Cloud Shell requires an Azure storage account to store some files.
6565

66-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/create-storage-cloud-shell.png" alt-text="Create storage for Cloud Shell":::
66+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/create-storage-cloud-shell.png" alt-text="Screenshot showing the creation of storage for Cloud Shell.":::
6767
3. Wait until the Cloud Shell is initialized.
6868

69-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/cloud-shell-initialized.png" alt-text="Cloud Shell initialized":::
69+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/cloud-shell-initialized.png" alt-text="Screenshot showing the Cloud Shell initialized.":::
7070
4. In the Cloud Shell, select **Bash** as shown in the above image, if it isn't already selected.
7171
1. Create an Azure resource group by running the following CLI command:
7272
1. Copy and paste the following command into the Cloud Shell window. Change the resource group name and location if you want.
@@ -121,18 +121,18 @@ In this step, you deploy the required infrastructure with a [Resource Manager te
121121
2. Filter the list of resource groups by entering the name of your resource group in the search box.
122122
3. Select your resource group in the list.
123123
124-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/select-resource-group.png" alt-text="Select your resource group":::
124+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/select-resource-group.png" alt-text="Screenshot showing the selection of your resource group.":::
125125
4. Confirm that you see the following resources in the resource group:
126126
127-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/resources-in-resource-group.png" alt-text="Resources in the resource group" lightbox="media/event-grid-event-hubs-functions-synapse-analytics/resources-in-resource-group.png":::
127+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/resources-in-resource-group.png" alt-text="Screenshot showing resources in the resource group." lightbox="media/event-grid-event-hubs-functions-synapse-analytics/resources-in-resource-group.png":::
128128
129129
### Create a table in Azure Synapse Analytics
130130
In this section, you create a table in the dedicated SQL pool you created earlier.
131131
132132
1. In the list of resources in the resource group, select your **dedicated SQL pool**.
133133
2. On the **Dedicated SQL pool** page, in the **Common Tasks** section on the left menu, select **Query editor (preview)**.
134134
135-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/sql-data-warehouse-page.png" alt-text="Azure Synapse Analytics page":::
135+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/sql-data-warehouse-page.png" alt-text="Screenshot showing the selection of Query Editor on a Dedicated SQL pool page in the Azure portal.":::
136136
2. Enter the name of **user** and **password** for the SQL server, and select **OK**. If you see a message about allowing your client to access the SQL server, follow these steps:
137137
1. Select the link: **Set server firewall**.
138138
2. On the **Firewall settings** page, select **Add client IP** on the toolbar, and then select **Save** on the toolbar.
@@ -152,7 +152,7 @@ In this section, you create a table in the dedicated SQL pool you created earlie
152152
WITH (CLUSTERED COLUMNSTORE INDEX, DISTRIBUTION = ROUND_ROBIN);
153153
```
154154
155-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/run-sql-query.png" alt-text="Run SQL query":::
155+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/run-sql-query.png" alt-text="Screenshot showing the query editor.":::
156156
5. Keep this tab or window open so that you can verify that the data is created at the end of the tutorial.
157157
158158
## Publish the Azure Functions app
@@ -181,7 +181,7 @@ First, get the publish profile for the Functions app from the Azure portal. Then
181181
1. When Visual Studio has configured the profile, select **Publish**. Confirm that the publishing succeeded.
182182
2. In the web browser that has the **Azure Function** page open, select **Functions** on the left menu. Confirm that the **EventGridTriggerMigrateData** function shows up in the list. If you don't see it, try publishing from Visual Studio again, and then refresh the page in the portal.
183183
184-
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/confirm-function-creation.png" alt-text="Confirm function creation":::
184+
:::image type="content" source="media/event-grid-event-hubs-functions-synapse-analytics/confirm-function-creation.png" alt-text="Screenshot showing the confirmation of function creation.":::
185185
186186
After publishing the function, you're ready to subscribe to the event.
187187

0 commit comments

Comments
 (0)