{"id":20381676,"url":"https://github.com/briandenicola/azure-functions-powershell","last_synced_at":"2026-05-01T03:32:14.358Z","repository":{"id":146597023,"uuid":"312640621","full_name":"briandenicola/azure-functions-powershell","owner":"briandenicola","description":"A simple demo on how to use PowerShell with Azure Functions","archived":false,"fork":false,"pushed_at":"2024-09-20T11:45:43.000Z","size":7388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T04:45:22.112Z","etag":null,"topics":["azure","azure-functions-v3","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briandenicola.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T17:25:03.000Z","updated_at":"2024-09-20T11:45:47.000Z","dependencies_parsed_at":"2025-01-15T06:51:36.960Z","dependency_job_id":"ad57152d-0e77-4c37-8e4a-17c454344b09","html_url":"https://github.com/briandenicola/azure-functions-powershell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/briandenicola/azure-functions-powershell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandenicola%2Fazure-functions-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandenicola%2Fazure-functions-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandenicola%2Fazure-functions-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandenicola%2Fazure-functions-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briandenicola","download_url":"https://codeload.github.com/briandenicola/azure-functions-powershell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandenicola%2Fazure-functions-powershell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32484352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-functions-v3","powershell"],"created_at":"2024-11-15T02:14:49.020Z","updated_at":"2026-05-01T03:32:14.329Z","avatar_url":"https://github.com/briandenicola.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\nA simple demo on how to use PowerShell with Azure Functions \n\n# Setup \n1. az login \n2. az group create -n PowerShell_AZ_RG -l southcentralus\n3. az storage account create --name bjdpssa001 --location southcentralus --resource-group PowerShell_AZ_RG --sku Standard_LRS\n4. az functionapp create --name bjdps001 --storage-account bjdpssa001 --consumption-plan-location southcentralus --resource-group PowerShell_AZ_RG\n5. az functionapp identity assign --name bjdps001 --resource-group PowerShell_AZ_RG\n6. $functionAppId=(az functionapp identity show --name bjdps001 --resource-group PowerShell_AZ_RG --query 'principalId' --output tsv)\n\n## Ceate Storage and Containers \n1. az storage account create --name bjdlake002 --location southcentralus --resource-group PowerShell_AZ_RG --sku Standard_LRS\n2. $key=(az storage account keys list -n bjdlake002 --query \"[0].value\" -o tsv)\n3. az storage container create --name data --account-key $key --account-name bjdlake002\n\n## Assign Permissions\n1. az role assignment create --assignee-object-id $functionAppId --role \"Storage Blob Data Contributor\" -g PowerShell_AZ_RG\n2. az role assignment create --assignee-object-id $functionAppId --role \"Reader\" -g PowerShell_AZ_RG\n\n# Publish Code\n1. cd src\n2. func azure functionapp publish bjdps001","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandenicola%2Fazure-functions-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriandenicola%2Fazure-functions-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandenicola%2Fazure-functions-powershell/lists"}