Skip to content

Commit e24b1ad

Browse files
authored
Merge pull request #195214 from xujxu/updat-asa-doc-for-vscode
Updat asa doc for vscode
2 parents 27a2e4d + 6499cac commit e24b1ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/stream-analytics/copy-job.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ ms.date: 09/11/2019
1313

1414
# Copy, back up and move your Azure Stream Analytics jobs between regions
1515

16-
You can copy or back up your deployed Azure Stream Analytics jobs using Visual Studio Code or Visual Studio. Copying a job to another region does not copy the last output time. Therefore, you cannot use [**When last stopped**](./start-job.md#start-options) option when starting the copied job.
16+
When you want to move, copy or back up your deployed Azure Stream Analytics jobs, you can use the job exporting function in Stream Analytics extension for Visual Studio Code or Visual Studio to achieve. It will help you to export your job's definition to local, then you can backup it there or resubmit it to another region.
17+
18+
> [!NOTE]
19+
> * We strongly recommend using [**Stream Analytics tools for Visual Studio Code**](./quick-create-visual-studio-code.md) for best local development experience. There are known feature gaps in Stream Analytics tools for Visual Studio 2019 (version 2.6.3000.0) and it won't be improved going forward.
20+
> * Copying a job to another region does not copy the last output time. Therefore, you cannot use [**When last stopped**](./start-job.md#start-options) option when starting the copied job.
1721
1822
## Before you begin
1923
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).

0 commit comments

Comments
 (0)