Merge branch 'master' of github.com:HackTricks-wiki/hacktricks-cloud

This commit is contained in:
Carlos Polop
2025-01-07 00:43:41 +01:00
5 changed files with 42 additions and 36 deletions

View File

@@ -99,7 +99,7 @@ When creating an endpoint inside a function using a **HTTP trigger** it's possib
Just like in App Services, Functions also support basic authentication to connect to **SCM** and **FTP** to deploy code using a **username and password in a URL** provided by Azure. More information about it in:
{{#ref}}
az-app-service.md
az-app-services.md
{{#endref}}
### Github Based Deployments
@@ -264,6 +264,3 @@ az rest --url "https://management.azure.com/<subscription>/resourceGroups/<res-g
- [https://learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition](https://learn.microsoft.com/en-us/azure/azure-functions/functions-openapi-definition)
{{#include ../../../banners/hacktricks-training.md}}