Skip to content

Commit 48ea525

Browse files
committed
2 parents 8c3847a + 70cce85 commit 48ea525

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/master_training20250625.yml renamed to .github/workflows/master_training20250709.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy dotnet core project to Azure Function App - training20250625
4+
name: Build and deploy dotnet core project to Azure Function App - training20250709
55

66
on:
77
push:
@@ -39,15 +39,15 @@ jobs:
3939
- name: Login to Azure
4040
uses: azure/login@v2
4141
with:
42-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_3CC914D37C3646CDBC11EF9D26499BC0 }}
43-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_E39CE107B4B14471A9AEAE3D287DBDC5 }}
44-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_D302A530361A4E0A8F4C2DBF90BD1101 }}
42+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_B559AA923B2C477AA1295E5ACE047E09 }}
43+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_AEE59A5BF4ED4702BABFFD2C12128010 }}
44+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_360B29D580B640598FC5C13FD536FE3C }}
4545

4646
- name: 'Run Azure Functions Action'
4747
uses: Azure/functions-action@v1
4848
id: fa
4949
with:
50-
app-name: 'training20250625'
50+
app-name: 'training20250709'
5151
slot-name: 'Production'
5252
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
5353

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ By following these steps, you'll have a serverless API in Azure that uses Servic
156156
|Key|Value | Comment|
157157
|:----|:----|:----|
158158
|AzureWebJobsStorage|[CONNECTION STRING]|RECOMMENDATION : store in AzureKey Vault.|
159-
|ConfigurationPath| [CONFIGURATION FOLDER PATH] |Folder is optional
159+
|ConfigurationPath| [CONFIGURATION FOLDER PATH] |Folder is optional if remote config is been used.
160160
|ApiStore| [Remote Configuration Store] | Connect to your remote config store
161161
|ApiKeyName|[API KEY NAME]|Will be passed in the header : the file name of the config.
162162
|AppName| [APPLICATION NAME]| This is the name of the Function App, used in log analytics|
@@ -175,10 +175,10 @@ By following these steps, you'll have a serverless API in Azure that uses Servic
175175
|FileName|Description|
176176
|:----|:----|
177177
|[FA7BDA37345D4F4881A7473ACDF06B4A.json](https://www.xenhey.com/api/store/FA7BDA37345D4F4881A7473ACDF06B4A)| **Upload File** Parse CSV file --> Write Batched Files To Storage|
178-
|[35C8400673BD4566AF97227BBC7A2754.json](https://www.xenhey.com/api/store/35C8400673BD4566AF97227BBC7A2754)| **File Parser** Parse CSV file --> File received from SFTP will use this process to parse files|
178+
|[35C8400673BD4566AF97227BBC7A2754.json](https://www.xenhey.com/api/store/35C8400673BD4566AF97227BBC7A2754)| **File Parser Event Trigger** Parse CSV file --> File received from SFTP will use this process to parse files|
179179
|[269CA9B3A0B542E3A5BB713005D591F7.json](https://www.xenhey.com/api/store/269CA9B3A0B542E3A5BB713005D591F7)| **Service Bus Trigger for SQL DB** | Receive JSON payload and insert into SQL DB|
180180
|[00766FE7DC3E469CB8E3416B9BC6A26C.json](https://www.xenhey.com/api/store/00766FE7DC3E469CB8E3416B9BC6A26C)| **Service Bus Trigger for No SQL DB** | Receive JSON payload and insert into NO SQL DB|
181-
|[2484F9382E974133A216F8E39BF4C389.json](https://www.xenhey.com/api/store/2484F9382E974133A216F8E39BF4C389)| **Blob Trigger** Send parsed/sharded file to Send to Service Bus|
181+
|[2484F9382E974133A216F8E39BF4C389.json](https://www.xenhey.com/api/store/2484F9382E974133A216F8E39BF4C389)| **File Drop Event Trigger** Send parsed/sharded file to Send to Service Bus|
182182
|[C1D791EBB8BF4491A61E3659298F46E8.json](https://www.xenhey.com/api/store/C1D791EBB8BF4491A61E3659298F46E8)| **Search Resullt from NO SQLDB** |
183183
|[FC8AFFD1677A443D9D2A962A79246372.json](https://www.xenhey.com/api/store/FC8AFFD1677A443D9D2A962A79246372)| **Search SQL DB. Return resultset** |
184184
|[C51F7629130B448AB4430D1260360C1E.json](https://www.xenhey.com/api/store/C51F7629130B448AB4430D1260360C1E)| **Copy File from SFTP into the pickup folder** |

0 commit comments

Comments
 (0)