Skip to content

Commit 5ffe0ed

Browse files
committed
address comments
1 parent 7ab2fec commit 5ffe0ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.81 KB
Loading

articles/stream-analytics/resource-manager-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mamccrea
66
ms.author: mamccrea
77
ms.service: stream-analytics
88
ms.topic: conceptual
9-
ms.date: 03/05/2020
9+
ms.date: 03/10/2020
1010
---
1111

1212
# Export an Azure Stream Analytics job Azure Resource Manager template
@@ -27,7 +27,7 @@ For more information on using Visual Studio Code to manage Stream Analytics jobs
2727

2828
## Compile the script
2929

30-
The next step is to compile the job script to an Azure Resource Manager template. Before you compile the script, ensure that your job has both an input and an output configured. If no input or output is configured, you need to configure the input and output first.
30+
The next step is to compile the job script to an Azure Resource Manager template. Before you compile the script, ensure that your job has at least one input and one output configured. If no input or output is configured, you need to configure the input and output first.
3131

3232
1. In Visual Studio Code, navigate to your job's *Transformation.asaql* file.
3333

0 commit comments

Comments
 (0)