Skip to content

Commit a4c588e

Browse files
authored
Merge pull request #6 from ronaldbosma/move-logicapp-in-subfolder
Move Logic App in subfolder
2 parents 7fad985 + 7425f89 commit a4c588e

File tree

15 files changed

+13
-5
lines changed

15 files changed

+13
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ When the `includeLogicApp` parameter or the corresponding `INCLUDE_LOGIC_APP` en
225225
- The worker runtime is configured to .NET 9 to enable the use of [custom .NET code](https://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions).
226226
- Both a user-assigned managed identity and system-assigned managed identity are deployed to provide access to other services. See the [Role Assignments](#role-assignments) section for more information.
227227

228-
The following app settings (environment variables) are configured to facilitate connections to other services. These are used in the [connections.json](./src/logicApp/connections.json) file of the sample application.
228+
The following app settings (environment variables) are configured to facilitate connections to other services. These are used in the [connections.json](./src/logicApp/Workflows/connections.json) file of the sample application.
229229

230230
| Name | Description |
231231
|----------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
@@ -299,7 +299,7 @@ The [functionApp](./src/functionApp) directory contains the code for the Azure F
299299

300300
The [logicApp](./src/logicApp) directory contains the Logic App workflow. The workflow is triggered by messages sent to the Service Bus topic and stores the message in a blob container within the Storage Account.
301301

302-
The sample [connections.json](./src/logicApp/connections.json) file includes connections to the various Storage Account services, the Service Bus and the Event Hubs namespace.
302+
The sample [connections.json](./src/logicApp/Workflows/connections.json) file includes connections to the various Storage Account services, the Service Bus and the Event Hubs namespace.
303303

304304

305305
## Naming Convention

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
name: azure-integration-services-quickstart
44
metadata:
5-
template: tdd-azure-integration-services-quickstart@1.2.0
5+
template: tdd-azure-integration-services-quickstart@1.3.0
66
services:
77
functionApp:
88
project: ./src/functionApp
99
host: function
1010
language: csharp
1111
logicApp:
12-
project: ./src/logicApp
12+
project: ./src/logicApp/Workflows
1313
host: function
1414
language: js # Logic Apps aren't natively supported by azd yet. By using js, the logic app will be zipped and deployed.
1515
requiredVersions:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)