You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement deployment script for function app code and remove JSON template
- Added a deployment script to copy function app code from GitHub to Azure Storage using Azure CLI.
- Removed the JSON deployment template in favor of Bicep for better maintainability.
- Updated function app configuration to depend on the new deployment script.
- Created a PowerShell script to facilitate manual deployment of function code to Azure Storage.
outputnextStepstring = 'IMPORTANT: Run scripts/Grant-GraphPermissions.ps1 to grant Microsoft Graph API permissions to the Managed Identity. This requires the Application Administrator role in Entra ID.'
227
+
outputnextStepstring = 'IMPORTANT: Run scripts/Grant-GraphPermissions.ps1 to grant Microsoft Graph API permissions to the Managed Identity.'
0 commit comments