Skip to content

Commit d227bed

Browse files
committed
patch build errors
1 parent 4684b4f commit d227bed

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

articles/azure-functions/durable/quickstart-python-vscode.md

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
233233

234234
::: zone-end
235235

236-
> [!NOTE]
237-
> For more information on debugging, see [Durable Functions Diagnostics](durable-functions-diagnostics.md#debugging).
236+
> [!NOTE]
237+
> For more information on debugging, see [Durable Functions Diagnostics](durable-functions-diagnostics.md#debugging).
238238
239239
2. Durable Functions require an Azure storage account to run. When Visual Studio Code prompts you to select a storage account, select **Select storage account**.
240240

@@ -264,40 +264,40 @@ Azure Functions Core Tools lets you run an Azure Functions project on your local
264264

265265
::: zone pivot="python-mode-configuration"
266266

267-
```json
268-
{
269-
"name": "HelloOrchestrator",
270-
"instanceId": "9a528a9e926f4b46b7d3deaa134b7e8a",
271-
"runtimeStatus": "Completed",
272-
"input": null,
273-
"customStatus": null,
274-
"output": [
275-
"Hello Tokyo!",
276-
"Hello Seattle!",
277-
"Hello London!"
278-
],
279-
"createdTime": "2020-03-18T21:54:49Z",
280-
"lastUpdatedTime": "2020-03-18T21:54:54Z"
281-
}
282-
```
267+
```json
268+
{
269+
"name": "HelloOrchestrator",
270+
"instanceId": "9a528a9e926f4b46b7d3deaa134b7e8a",
271+
"runtimeStatus": "Completed",
272+
"input": null,
273+
"customStatus": null,
274+
"output": [
275+
"Hello Tokyo!",
276+
"Hello Seattle!",
277+
"Hello London!"
278+
],
279+
"createdTime": "2020-03-18T21:54:49Z",
280+
"lastUpdatedTime": "2020-03-18T21:54:54Z"
281+
}
282+
```
283283
::: zone-end
284284
::: zone pivot="python-mode-decorators"
285-
```json
286-
{
287-
"name": "hello_orchestrator",
288-
"instanceId": "9a528a9e926f4b46b7d3deaa134b7e8a",
289-
"runtimeStatus": "Completed",
290-
"input": null,
291-
"customStatus": null,
292-
"output": [
293-
"Hello Tokyo!",
294-
"Hello Seattle!",
295-
"Hello London!"
296-
],
297-
"createdTime": "2020-03-18T21:54:49Z",
298-
"lastUpdatedTime": "2020-03-18T21:54:54Z"
299-
}
300-
```
285+
```json
286+
{
287+
"name": "hello_orchestrator",
288+
"instanceId": "9a528a9e926f4b46b7d3deaa134b7e8a",
289+
"runtimeStatus": "Completed",
290+
"input": null,
291+
"customStatus": null,
292+
"output": [
293+
"Hello Tokyo!",
294+
"Hello Seattle!",
295+
"Hello London!"
296+
],
297+
"createdTime": "2020-03-18T21:54:49Z",
298+
"lastUpdatedTime": "2020-03-18T21:54:54Z"
299+
}
300+
```
301301
::: zone-end
302302

303303

0 commit comments

Comments
 (0)