{"id":21071726,"url":"https://github.com/pcgeek86/powershell-azure-media-services","last_synced_at":"2026-04-22T08:31:24.788Z","repository":{"id":150545075,"uuid":"22265079","full_name":"pcgeek86/PowerShell-Azure-Media-Services","owner":"pcgeek86","description":"This project offers Azure Media Services automation capabilities that are missing from the core Azure PowerShell module.","archived":false,"fork":false,"pushed_at":"2015-02-27T06:02:49.000Z","size":172,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-30T15:24:09.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://trevorsullivan.net","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcgeek86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-25T17:33:27.000Z","updated_at":"2015-02-27T06:02:49.000Z","dependencies_parsed_at":"2023-04-04T07:36:27.281Z","dependency_job_id":null,"html_url":"https://github.com/pcgeek86/PowerShell-Azure-Media-Services","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcgeek86/PowerShell-Azure-Media-Services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2FPowerShell-Azure-Media-Services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2FPowerShell-Azure-Media-Services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2FPowerShell-Azure-Media-Services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2FPowerShell-Azure-Media-Services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcgeek86","download_url":"https://codeload.github.com/pcgeek86/PowerShell-Azure-Media-Services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcgeek86%2FPowerShell-Azure-Media-Services/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32127802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T07:37:52.372Z","status":"ssl_error","status_checked_at":"2026-04-22T07:37:51.635Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-19T18:53:59.706Z","updated_at":"2026-04-22T08:31:24.761Z","avatar_url":"https://github.com/pcgeek86.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"PowerShell Azure Media Services Extensions\n===============================\n\nThis project offers Azure Media Services automation capabilities that are missing from the core Azure PowerShell module.\n\nFunctions\n---------------\n\nThere are several functions available in this module:\n\n* Get-AzureMediaServicesContext\n* New-AzureMediaServicesAsset\n* Add-AzureMediaServicesAssetFile\n* Get-AzureMediaServicesProcessor\n\nProcess Flow for Azure Media Services\n---------------------------------------\n\nTo get started using Azure Media Services, follow these steps:\n\n1. Select the appropriate Azure subscription\n2. Create an Azure Affinity Group\n3. Create an Azure Storage Account\n  * Associate the Storage Account with the Affinity Group\n4. Create an Azure Media Services Account\n  * Associate the Media Services Account with the Storage Account\n\n```\n$SubscriptionName = 'Visual Studio Ultimate with MSDN'; # This is case sensitive, unfortunately\nSelect-AzureSubscription -SubscriptionName $SubscriptionName;\n\n# Create an Affinity Group\nNew-AzureAffinityGroup -Name MyAffinityGroup -Location 'West US';\n\n# Create a Storage Account\nNew-AzureStorageAccount -StorageAccountName storage123 -AffinityGroup MyAffinityGroup;\n\n# Create a Media Services Account\nNew-AzureMediaServicesAccount -Name mediaservice -Location 'North Central US' -StorageAccountName storage123;\n```\n\nAssets\n-------\n\nOnce you've created the Azure Media Services account, you can begin creating Assets.\n\nAn Azure Media Services **Asset** maps to a Storage Container within an Azure Storage Account.\nAn Azure Media Services **Asset File** maps to a blob within an Storage Container\n\n1. Get a Azure Media Services Context\n2. Create an Asset in the Media Services Context\n3. Create and upload Asset Files to the Asset\n\nJobs\n-------\n\nAfter creating an Azure Media Services Asset, you can begin executing Jobs on it. Jobs are used for a variety of tasks in the Azure Media Services platform. For example, jobs are used to encode media into a different format.\n\n1. Create a Job\n2. Create a Task\n  * Add input Assets to the Task\n  * Add output Assets to the Task\n3. Submit the Job and wait for completion","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fpowershell-azure-media-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcgeek86%2Fpowershell-azure-media-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcgeek86%2Fpowershell-azure-media-services/lists"}