Skip to content

Commit 531ef18

Browse files
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into dev
2 parents 799e1d1 + b4c7fb3 commit 531ef18

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

profile.ps1

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# Azure Functions profile.ps1
2-
#
3-
# This profile.ps1 will get executed every "cold start" of your Function App.
4-
# "cold start" occurs when:
5-
#
6-
# * A Function App starts up for the very first time
7-
# * A Function App starts up after being de-allocated due to inactivity
8-
#
9-
# You can define helper functions, run commands, or specify environment variables
10-
# NOTE: any variables defined that are not environment variables will get reset after the first execution
11-
12-
# Authenticate with Azure PowerShell using MSI.
13-
# Remove this if you are not planning on using MSI or Azure PowerShell.
1+
Write-Information "CIPP-API Start - PS Version: $($PSVersionTable.PSVersion)"
142

153
# Import modules
164
@('CIPPCore', 'CippExtensions', 'Az.KeyVault', 'Az.Accounts', 'AzBobbyTables') | ForEach-Object {

0 commit comments

Comments
 (0)