Skip to content

Commit a713ec1

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ps-redirection
2 parents 188eadf + 47c35a8 commit a713ec1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-cache-for-redis/cache-ml.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ When `show_output=True`, the output of the Docker build process is shown. Once t
196196
"passwords": [
197197
{
198198
"name": "password",
199-
"value": "Iv0lRZQ9762LUJrFiffo3P4sWgk4q+nW"
199+
"value": "abcdefghijklmmopqrstuv1234567890"
200200
},
201201
{
202202
"name": "password2",
203-
"value": "=pKCxHatX96jeoYBWZLsPR6opszr==mg"
203+
"value": "1234567890abcdefghijklmmopqrstuv"
204204
}
205205
],
206-
"username": "myml08024f78fd10"
206+
"username": "charlie.roy"
207207
}
208208
```
209209
@@ -318,3 +318,4 @@ After a few moments, the resource group and all of its resources are deleted.
318318
* Learn to configure your function app in the [Functions](../azure-functions/functions-create-function-linux-custom-image.md) documentation.
319319
* [API Reference](/python/api/azureml-contrib-functions/azureml.contrib.functions)
320320
* Create a [Python app that uses Azure Cache for Redis](./cache-python-get-started.md)
321+

0 commit comments

Comments
 (0)