Skip to content

Commit acec00b

Browse files
committed
remove images
1 parent dff2fbe commit acec00b

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

articles/azure-cache-for-redis/cache-tutorial-functions-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ dotnet add package Microsoft.Azure.Functions.Worker.Extensions.Redis --prereleas
298298

299299
1. Confirm that the triggers are being activated in the terminal.
300300

301-
:::image type="content" source="media/cache-tutorial-functions-getting-started/cache-triggers-working-lightbox.png" alt-text="Screenshot of the VS Code editor with code running." lightbox="media/cache-tutorial-functions-getting-started/cache-triggers-working.png":::
301+
:::image type="content" source="media/cache-tutorial-functions-getting-started/cache-triggers-working-lightbox.png" alt-text="Screenshot of the VS Code editor with code running." :::
302302

303303
## Add Redis bindings
304304

articles/azure-cache-for-redis/cache-web-app-howto.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ After the new app has been published, add a new app setting. This setting is use
215215

216216
2. Add a new app setting named **CacheConnection** for the app to use to connect to the cache. Use the same value you configured for `RedisHostName` in your *web.config* file.
217217

218-
:::image type="content" source="media/cache-web-app-howto/cache-add-app-setting.png" alt-text="Screenshot showing how to add app setting.":::
219-
220218
### Run the app in Azure
221219

222220
1. In your browser, go to the URL for the app. The URL appears in the results of the publishing operation in the Visual Studio output window. It's also provided in the Azure portal on the overview page of the app you created.

0 commit comments

Comments
 (0)