Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flcdrg/cfsalerts-mastodon

Post toots to Mastodon from CFS RSS feed
https://github.com/flcdrg/cfsalerts-mastodon

azure-bicep csharp mastodon

Last synced: 25 days ago
JSON representation

Post toots to Mastodon from CFS RSS feed

Awesome Lists containing this project

README

        

# cfsalerts-mastodon

Post toots to Mastodon from CFS RSS feed

## Infrastructure

Note: You will need to adjust the names if you are trying to provision your own resources.

Create a new resource group in Azure

```bash
az group create --location australiasoutheast --resource-group rg-cfsalerts-prod-australiasoutheast
```

Create a service principal that has contributor access to the resource group

```bash
az ad sp create-for-rbac --name sp-cfsalerts-prod-australiasoutheast --role Contributor --scopes /subscriptions//resourceGroups/rg-cfsalerts-prod-australiasoutheast --sdk-auth
```