Skip to content

Commit 28f33cb

Browse files
committed
README
1 parent bf1d544 commit 28f33cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,19 @@ This solution should cost less than $0.05/month (I'll update this statistic once
2020

2121
- Step 1:
2222
- You will need a Github Personal Access Tolken, you can view the Github docs on that here: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token
23+
- Step 2:
2324
- Click "Deploy to Azure" below
25+
- Step 3:
2426
- Open CloudShell, and run ```get-azaduser -UserPrincipalName [email protected] | select-object Id``` and copy that Object ID
27+
- Step 4:
2528
- Enter the parameter values on the deployment screen, and click deploy.
29+
- Step 5:
2630
- Once complete, you will need to open the API connection for keyvault, go to "Edit API" and click the blue bar that says "Authorize". You'll be presented with a pop-up sign-in box for a one-time authentication to link the connector to KeyVault. Click save after you're done.
27-
- Open the Logic App, and click "Run Trigger" (the first run will have failed becuase the connector wasn't authorized so you'll see that in the run history).
31+
- Step 6:
32+
- Open the Logic App, and click "Run Trigger" (the first run will have failed becuase the connector wasn't authorized so you'll see that in the run history).
33+
- Step 7:
2834
- You can verify the data by going to the storage account and viewing the table storage using Storage Explorer.
35+
- Step 8:
2936
- Open the PowerBI template, enter your storage account name and account key (account keys tab on the storage account in the portal) and your data should show up on the dashboard.
3037

3138
[![Deploy To Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FMattHansen0%2Flogicapp-githubstats%2Fmain%2Fazuredeploy.json) [![Visualize](http://armviz.io/visualizebutton.png)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FMattHansen0%2Flogicapp-githubstats%2Fmain%2Fazuredeploy.json)

0 commit comments

Comments
 (0)