{"id":31646283,"url":"https://github.com/codefresh-io/cf-azure-files-plugin","last_synced_at":"2025-10-07T05:21:53.516Z","repository":{"id":37898399,"uuid":"192344229","full_name":"codefresh-io/cf-azure-files-plugin","owner":"codefresh-io","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-08T13:20:58.000Z","size":1103,"stargazers_count":0,"open_issues_count":20,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T14:59:40.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/codefresh-io.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}},"created_at":"2019-06-17T12:38:03.000Z","updated_at":"2019-06-17T13:15:38.000Z","dependencies_parsed_at":"2023-02-01T15:31:05.689Z","dependency_job_id":null,"html_url":"https://github.com/codefresh-io/cf-azure-files-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codefresh-io/cf-azure-files-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fcf-azure-files-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fcf-azure-files-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fcf-azure-files-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fcf-azure-files-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codefresh-io","download_url":"https://codeload.github.com/codefresh-io/cf-azure-files-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codefresh-io%2Fcf-azure-files-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722757,"owners_count":26034463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":[],"created_at":"2025-10-07T05:21:27.314Z","updated_at":"2025-10-07T05:21:53.507Z","avatar_url":"https://github.com/codefresh-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cf-azure-files-plugin\n\nPlugin for pushing files to Azure Files service.\n\n## Usage\nFirstly provide all the required variables:  \n- `ACCOUNT_NAME` - storage account name\n- `ACCOUNT_KEY` - storage account key\n- `SHARE_NAME` - file share name\n- `PATH_TO_FILE` - path to your local file you are going to upload. It can start with `/` to resolve path from root, either file will be searched relatively to you repo.  \n\nAlso there are some optional variables: \n- `DIRECTORY` - path to directory to upload within the file share. Specify a target folder in format `fold1/fold2/fold3`. If not specified files will be uploaded to the file share root \n- `ADD_TIMESTAMP` - either add timestamp to filename or no\n\nExample:\n\n```\nAZ_NAME=myname\nAZ_ACCOUNT_KEY=random_key\nAZ_SHARE_NAME=shared-resource1\nAZ_DIRECTORY=foo/bar\nAZ_PATH_TO_FILE=src/very_important_data.txt\nAZ_ADD_TIMESTAMP=True\n```\n\n```yaml\n  version: '1.0'\n  ...\n  steps:\n    ...\n    push_to_azure:\n      title: Pushing to Azure files\n      stage: azure\n      image: tomlesh/cf-azure-plugin:purpose\n      environment:\n        - ACCOUNT_NAME=${{AZ_NAME}}\n        - ACCOUNT_KEY=${{AZ_ACCOUNT_KEY}}\n        - SHARE_NAME=${{AZ_SHARE_NAME}}\n        - DIRECTORY=${{AZ_DIRECTORY}}\n        - PATH_TO_FILE=${{AZ_PATH_TO_FILE}}\n        - ADD_TIMESTAMP=${{AZ_ADD_TIMESTAMP}}\n```\n\n## Environment Variables\n\n| Variables      | Required | Default | Description                                                                             |\n|----------------|----------|---------|-----------------------------------------------------------------------------------------|\n| ACCOUNT_NAME   | YES      |         | Storage account name                                                         |\n| ACCOUNT_KEY    | YES      |         | Storage account key                                                          |\n| SHARE_NAME     | YES      |         | File share name                            |\n| DIRECTORY      | NO       | Share root | Path to directory within file share\n| PATH_TO_FILE   | YES      |         | Local path to the file you are going to push \n| ADD_TIMESTAMP  | NO       |         | Fill with some truly (True) value if you need to attach time stamp to the file name                                                        \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fcf-azure-files-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodefresh-io%2Fcf-azure-files-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodefresh-io%2Fcf-azure-files-plugin/lists"}