https://github.com/simonaco/azure-startups
https://github.com/simonaco/azure-startups
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/azure-startups
- Owner: simonaco
- Created: 2020-03-29T15:37:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T05:01:54.000Z (about 5 years ago)
- Last Synced: 2026-01-28T19:01:03.623Z (5 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome resources for startups
## ☁️ Free Cloud Services
Azure Free Services – [main page](https://azure.microsoft.com/free?WT.mc_id=partners-github-sicotin) & [FAQ](https://azure.microsoft.com/free/free-account-faq/?WT.mc_id=partners-github-sicotin). Few notable services:
1. Cognitive APIs for building intelligent applications with [Azure Cognitive Services](https://azure.microsoft.com/services/cognitive-services/?WT.mc_id=partners-github-sicotin)
1. Globally distributed, multi-model database with [Azure Cosmos DB](https://azure.microsoft.com/updates/azure-cosmos-db-free-tier-is-now-available/?WT.mc_id=partners-github-sicotin)
1. Serverless Functions with [Azure Functions](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=partners-github-sicotin)
1. Continuous Integration and Continous Delivery (CICD) with [Azure DevOps](https://azure.microsoft.com/services/devops/?WT.mc_id=partners-github-sicotin)
1. (Containers) [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/?WT.mc_id=partners-github-sicotin)
## 🧰 Free Tools
1. Online collaboration with [VS Code Live Share](https://docs.microsoft.com/visualstudio/liveshare/quickstart/browser-join?WT.mc_id=partners-github-sicotin)
1. Automated Workflows with [Github Actions](https://github.com/features/actions)
1. Package Registry with [Github Packages](https://github.com/features/packages)
## 📚 Learning
1. [Designing Distributed Systems](https://azure.microsoft.com/resources/designing-distributed-systems?WT.mc_id=partners-github-sicotin) by Brendan Burns, cofounder of the Kubernetes project
1. [Azure Serverless Cookbook](https://azure.microsoft.com/resources/azure-serverless-computing-cookbook/?WT.mc_id=partners-github-sicotin)
1. [Pluralsight courses on Azure](https://www.pluralsight.com/partners/microsoft/azure)
1. [Microsoft Learn](https://docs.microsoft.com/learn/browse/?WT.mc_id=partners-github-sicotin)