Skip to content

alnuaimicoder/generate-url-shortene

Repository files navigation

Generate-url-shortene

Let's Build It: Url Shortener Project

Infrastructure as Code

Log in into Azure

az login 

Create Resource Group

az group create --name rg-urlshortener-dev --location EastAsia

Create User for GH Actions

az ad sp create-for-rbac --name "Github-Actions-SP" \
                         --role contributor \
                         --scopes /subscriptions/c49b5a1a-e3a7-485b-b6e3-84dbafe30ebd \
                         --sdk-auth
                         
az ad sp create-for-rbac --name "Github-Actions-SP" `
                         --role contributor `
                         --scopes /subscriptions/c49b5a1a-e3a7-485b-b6e3-84dbafe30ebd `
                         --sdk-auth

About

Let's Build It: Url Shortener Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published