Skip to content

Commit

Permalink
Merge pull request #68 from FBoucher/dev
Browse files Browse the repository at this point in the history
Transforming the repo to a template
  • Loading branch information
FBoucher authored Apr 20, 2021
2 parents d103608 + b224207 commit efa4d4c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 50 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/azure-static-web-apps-gray-river-07f57dd0f.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Admin tools for [Azure Url Shortener](https://github.com/FBoucher/AzUrlShortener) using [Blazor Single Page Application (webassembly)](https://azure.microsoft.com/services/app-service/static/?WT.mc_id=dotnet-0000-frbouche).

The project is now at version 1 and ready to be used! ~~just getting started but should have a v1 ready in Summer 2020~~. It is using Azure Active Directory (AAD) as authentication for the user and to connect to the API (Azure Function).
The project is now at version 1 and ready to be used! It is using [Azure Active Directory (AAD)](https://azure.microsoft.com/en-us/services/active-directory/) as authentication for the user and to connect to the API (Azure Function).

![Tiny Blazor Admin home page][tinyBA_home]

Expand Down
19 changes: 19 additions & 0 deletions debug.azcli
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@echo off

#==============================
#== UPDATE WITH YOUR VALUES

frontendAppName="TinyAdminAD"
backendAppName="ShortenerAppAD"
subscriptionID="____________________"
#==
#==============================

echo $frontendAppName
echo $backendAppName

az login
fAppAD=$(az ad sp create-for-rbac --name frontendAppName)

echo fAppAD.id
# az role assignment create --assignee < user/app id> --role Contributor --scope <subscription/subscription id>
7 changes: 3 additions & 4 deletions deployment.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Deployment

## 1- First thing first: Fork the repository
## 1- First thing first: Copy the repository

### 👉 **Fork this repository** into your own account
### 👉 **Copy this repository** into your own account

> To fork a GitHub repository click on the fork button on the top right of the screen. If you need more detail have a look to this GitHub doc: [Fork a repo
](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo).
> To Copy a GitHub repository click on the use this template button on the top right of the screen.
You will need to update the configuration (this document will explain when to do it and what to change), therefore it needs to be yours.

Expand Down
Binary file removed medias/RegisterClientApp.jpg
Binary file not shown.
Binary file added medias/RegisterClientApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit efa4d4c

Please sign in to comment.