-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
86 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Help & Support Request | ||
about: Tell me about the problem or error you are facing when using the procfwk | ||
title: '' | ||
labels: help wanted | ||
assignees: mrpaulandrew | ||
|
||
--- | ||
|
||
**Describe the error** | ||
A clear and concise description of what the bug is. | ||
|
||
**Error message** | ||
An output of the error message presented. | ||
|
||
**Affected services** | ||
Which resource within the processing framework does this affect? | ||
* Data Factory/Synapse | ||
* SQL Database | ||
* Functions | ||
* All of them | ||
* Other | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
16 changes: 16 additions & 0 deletions
16
Synapse/integrationRuntime/AutoResolveIntegrationRuntime.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "AutoResolveIntegrationRuntime", | ||
"properties": { | ||
"type": "Managed", | ||
"typeProperties": { | ||
"computeProperties": { | ||
"location": "AutoResolve", | ||
"dataFlowProperties": { | ||
"computeType": "General", | ||
"coreCount": 8, | ||
"timeToLive": 0 | ||
} | ||
} | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
Synapse/linkedService/procfwkforsynapse-WorkspaceDefaultSqlServer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "procfwkforsynapse-WorkspaceDefaultSqlServer", | ||
"type": "Microsoft.Synapse/workspaces/linkedservices", | ||
"properties": { | ||
"typeProperties": { | ||
"connectionString": "Data Source=tcp:procfwkforsynapse.sql.azuresynapse.net,1433;Initial Catalog=@{linkedService().DBName}" | ||
}, | ||
"parameters": { | ||
"DBName": { | ||
"type": "String" | ||
} | ||
}, | ||
"type": "AzureSqlDW", | ||
"connectVia": { | ||
"referenceName": "AutoResolveIntegrationRuntime", | ||
"type": "IntegrationRuntimeReference" | ||
}, | ||
"annotations": [] | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
Synapse/linkedService/procfwkforsynapse-WorkspaceDefaultStorage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "procfwkforsynapse-WorkspaceDefaultStorage", | ||
"type": "Microsoft.Synapse/workspaces/linkedservices", | ||
"properties": { | ||
"typeProperties": { | ||
"url": "https://frameworkdatalake01.dfs.core.windows.net" | ||
}, | ||
"type": "AzureBlobFS", | ||
"connectVia": { | ||
"referenceName": "AutoResolveIntegrationRuntime", | ||
"type": "IntegrationRuntimeReference" | ||
}, | ||
"annotations": [] | ||
} | ||
} |