{"id":19443121,"url":"https://github.com/asizikov/aci-echo","last_synced_at":"2026-02-26T18:38:22.431Z","repository":{"id":141789421,"uuid":"283512019","full_name":"asizikov/aci-echo","owner":"asizikov","description":"Sample dockerized  .NET6 API with Azure Container Instances as a deployment target.","archived":false,"fork":false,"pushed_at":"2022-09-01T20:39:02.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T22:41:42.684Z","etag":null,"topics":["azure","azure-container-instances","docker","dotnet-core","dotnet6","web-api-core"],"latest_commit_sha":null,"homepage":"","language":"C#","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/asizikov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-29T13:51:29.000Z","updated_at":"2022-08-31T07:55:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"3528c070-45a5-4e00-8e3a-930ff94826dd","html_url":"https://github.com/asizikov/aci-echo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asizikov/aci-echo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asizikov%2Faci-echo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asizikov%2Faci-echo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asizikov%2Faci-echo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asizikov%2Faci-echo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asizikov","download_url":"https://codeload.github.com/asizikov/aci-echo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asizikov%2Faci-echo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29867571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:27:06.972Z","status":"ssl_error","status_checked_at":"2026-02-26T18:26:57.848Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["azure","azure-container-instances","docker","dotnet-core","dotnet6","web-api-core"],"created_at":"2024-11-10T15:42:04.337Z","updated_at":"2026-02-26T18:38:22.406Z","avatar_url":"https://github.com/asizikov.png","language":"C#","readme":"![build-application](https://github.com/asizikov/aci-echo/workflows/build-application/badge.svg)\n\nBuild and run docker container: \n\n`docker build -t local . \u0026\u0026 docker run -p 8081:80 --name echo-api local  `\n\nVerify that it's up and running:\n\n```bash\ncurl -GET http://localhost:8081/echo\\?message\\=Hi\n{\"message\":\"Hi\"}\n```\n\nMake sure you have Azure CLI installed: \n\n```bash\naz --version\n```\n\nCreate a resource group\n\n```bash\naz group create \\\n    --name rg-aci-echo \\\n    --location westeurope\n```\nthen create ACI resource\n```bash\naz container create --resource-group rg-aci-echo \\\n    --location westeurope \\\n    --name aci-echo-api \\\n    --image asizikov/echo-api:latest \\\n    --cpu 1 --memory 0.5 \\\n    --dns-name-label echo-api \\\n    --ip-address Public\n```\n\nverify that it's up and running: \n\n```bash\ncurl -GET $(az container show -g rg-aci-echo -n aci-echo-api --query \"ipAddress.fqdn\" -o tsv)/echo\\?message\\=Hi\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasizikov%2Faci-echo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasizikov%2Faci-echo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasizikov%2Faci-echo/lists"}