Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flcdrg/cfsalerts-mastodon
- Owner: flcdrg
- License: apache-2.0
- Created: 2023-12-19T07:26:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T00:40:32.000Z (2 months ago)
- Last Synced: 2024-10-15T07:10:10.585Z (2 months ago)
- Topics: azure-bicep, csharp, mastodon
- Language: C#
- Homepage: https://mastodon.online/@CFSAlerts
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```