Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldekmastykarz/graph-apponly-bicep-js
https://github.com/waldekmastykarz/graph-apponly-bicep-js
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/waldekmastykarz/graph-apponly-bicep-js
- Owner: waldekmastykarz
- Created: 2024-08-12T05:41:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:30:47.000Z (3 months ago)
- Last Synced: 2024-08-12T17:23:39.940Z (3 months ago)
- Language: Bicep
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App with Microsoft Graph application permissions set up using Bicep
## Minimal Path to Awesome
### Local
- rename `local.settings.tmpl.json` to `local.settings.json`
- in command line, run:
```sh
cd .infra
./create-cert.sh
./deploy-myapp-local.sh
```
- In VSCode, press F5### Prod
- in command line, run:
```sh
cd .infra
./deploy-myapp-prod.sh myapp
```
- in the Azure portal, check that the code ran successfully