Commit 0299d1b
committed
deploy: allow overriding the Azure Function name via a repo variable
This allows overriding the default Azure Function name used for
deploying via setting a repository secret (in Settings>Secrets and
variables).
The name of the Azure Function is treated as a secret because it can be
used to derive the URL of the Azure Function and to attempt to DOS it.
At this point, it is not _actually_ necessary to provide the correct
Azure Function app name here, as we are using a so-called "publish
profile" that overrides the app name.
However, we are about to switch to Role-Based Access Control, where it
very much matters whether the correct name is specified or not.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 449c85e commit 0299d1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
0 commit comments