Skip to content

flcdrg/cfsalerts-mastodon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

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

Releases

No releases published

Sponsor this project