Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local dev experience #72

Merged
merged 31 commits into from
Sep 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
501c84f
fix err msg
KSchlobohm Sep 7, 2022
3de0a12
output formatting
KSchlobohm Sep 7, 2022
07fbb37
bug fix queue conn str
KSchlobohm Sep 7, 2022
24f474d
add script to retrieve local dev secrets
KSchlobohm Sep 7, 2022
1c725a1
updated label on diagram
KSchlobohm Sep 8, 2022
2ad73b2
add steps for local dev experience
KSchlobohm Sep 8, 2022
0d344f6
fix typo
KSchlobohm Sep 8, 2022
51ed863
fix typo
KSchlobohm Sep 8, 2022
cddb5f2
wip - public redis for devs
KSchlobohm Sep 8, 2022
c626b0b
fix script bugs
KSchlobohm Sep 9, 2022
78afbb1
add devOps identity
KSchlobohm Sep 9, 2022
14f1266
script updates
KSchlobohm Sep 9, 2022
439c442
bug fix required flag
KSchlobohm Sep 9, 2022
ece6d79
fix required param checks
KSchlobohm Sep 13, 2022
df404fd
rename file for clarity
KSchlobohm Sep 14, 2022
78cb9ea
add steps to support localdev connections to SQL
KSchlobohm Sep 14, 2022
6ca4ab2
doc updates
KSchlobohm Sep 15, 2022
a454542
bug fix hard coded objectId
KSchlobohm Sep 15, 2022
1f35207
bugfix principalId app config access
KSchlobohm Sep 15, 2022
c2de9f0
bugfix principalType user
KSchlobohm Sep 15, 2022
9e927a4
reenable ad-only-auth
KSchlobohm Sep 15, 2022
76459ca
split permission and account creation by database
KSchlobohm Sep 15, 2022
1ce96c2
explain how to change CRLF to LF
KSchlobohm Sep 15, 2022
3c7ef28
bug fix search async
KSchlobohm Sep 15, 2022
b6ca9a7
sql script should add user to master and catalog
KSchlobohm Sep 15, 2022
66a0b28
enable reprovision for sql
KSchlobohm Sep 16, 2022
9642216
temporarily disable build schedule
KSchlobohm Sep 16, 2022
10e77c7
remove unused file
KSchlobohm Sep 16, 2022
d864e35
formatting
KSchlobohm Sep 16, 2022
99ad376
fix sql provision error ad only auth
KSchlobohm Sep 16, 2022
0182d6f
clean up rule name
KSchlobohm Sep 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
KSchlobohm committed Sep 8, 2022
commit 0d344f6a68f6feafa92294483bfb96e20d8f7355
2 changes: 1 addition & 1 deletion infra/createAppRegistrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ while [[ $# -gt 0 ]]; do
echo " createAppRegistrations.sh : Will create two app registrations for the scalable-web-app-pattern-dotnet and register settings with App Configuration Svc and Key Vault."
echo ""
echo "Arguments"
echo " --resource-group -g : Name of resource group containing the environment that was creaed by the azd command."
echo " --resource-group -g : Name of resource group containing the environment that was created by the azd command."
echo ""
exit 1
;;
Expand Down