Skip to content

Commit ab19f2d

Browse files
authored
Merge branch 'KelvinTegelaar:master' into master
2 parents 1ba8bf7 + 720ce15 commit ab19f2d

File tree

189 files changed

+3785
-2088
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+3785
-2088
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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 Powershell project to Azure Function App - cippwuxwa
4+
name: Build and deploy Powershell project to Azure Function App - cippkkxvm
55

66
on:
77
push:
88
branches:
9-
- master
9+
- dev
1010
workflow_dispatch:
1111

1212
env:
@@ -24,7 +24,7 @@ jobs:
2424
uses: Azure/functions-action@v1
2525
id: fa
2626
with:
27-
app-name: 'cippwuxwa'
27+
app-name: 'cippkkxvm'
2828
slot-name: 'Production'
2929
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1FC84D1E2F0943369990DCD13A4AEB3A }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_171C3E2B1E2346AAA333905DFCA62F2D }}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
2+
# More GitHub Actions for Azure: https://github.com/Azure/actions
3+
4+
name: Build and deploy Powershell project to Azure Function App - cippkwn4s-auditlog
5+
6+
on:
7+
push:
8+
branches:
9+
- dev
10+
workflow_dispatch:
11+
12+
env:
13+
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
14+
15+
jobs:
16+
deploy:
17+
runs-on: windows-latest
18+
19+
steps:
20+
- name: 'Checkout GitHub Action'
21+
uses: actions/checkout@v4
22+
23+
- name: 'Run Azure Functions Action'
24+
uses: Azure/functions-action@v1
25+
id: fa
26+
with:
27+
app-name: 'cippkwn4s-auditlog'
28+
slot-name: 'Production'
29+
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4CBFBE8BE62240D789C371767B49278E }}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
2+
# More GitHub Actions for Azure: https://github.com/Azure/actions
3+
4+
name: Build and deploy Powershell project to Azure Function App - cipplwwww-proc
5+
6+
on:
7+
push:
8+
branches:
9+
- dev
10+
workflow_dispatch:
11+
12+
env:
13+
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
14+
15+
jobs:
16+
deploy:
17+
runs-on: windows-latest
18+
19+
steps:
20+
- name: 'Checkout GitHub Action'
21+
uses: actions/checkout@v4
22+
23+
- name: 'Run Azure Functions Action'
24+
uses: Azure/functions-action@v1
25+
id: fa
26+
with:
27+
app-name: 'cipplwwww-proc'
28+
slot-name: 'Production'
29+
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B8CE64E970E74E6AB2D6655823D95B1A }}

AddAlertSubscription_Queue/function.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

AddChocoApp_OrchestrationStarterTimer/function.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

AddChocoApp_OrchestrationStarterTimer/run.ps1

Lines changed: 0 additions & 7 deletions
This file was deleted.

BestPracticeAnalyser_OrchestrationStarterTimer/function.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

BestPracticeAnalyser_OrchestrationStarterTimer/run.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
"name": "Subscription",
2828
"queueName": "AlertSubscriptions"
2929
},
30-
{
31-
"type": "queue",
32-
"direction": "out",
33-
"name": "mailboxstats",
34-
"queueName": "generalAllTenantQueue"
35-
},
3630
{
3731
"type": "queue",
3832
"direction": "out",
@@ -45,12 +39,6 @@
4539
"name": "alertqueue",
4640
"queueName": "alertqueue"
4741
},
48-
{
49-
"type": "queue",
50-
"direction": "out",
51-
"name": "gdapqueue",
52-
"queueName": "gdapqueue"
53-
},
5442
{
5543
"type": "queue",
5644
"direction": "out",
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2+
"scriptFile": "../Modules/CippEntrypoints/CippEntrypoints.psm1",
3+
"entryPoint": "Receive-CippTimerTrigger",
24
"bindings": [
35
{
46
"name": "Timer",
5-
"schedule": "0 0 */2 * * *",
7+
"schedule": "0 0/15 * * * *",
68
"direction": "in",
79
"type": "timerTrigger"
810
},

0 commit comments

Comments
 (0)