Frank Boucher
Frank Boucher
We need an ARM template that create - Azure Automation Account , with the Run as Account feature - Runbook - Schedule
Using Policies we could enforce all resources to have the tage "expireOn" so when new resources are created the tag is populated. Note: Could we for a specific value (ex:...
Let's say I already have 2 tags: - owner= frank - demo=meetup When running the code: jsonrtag=$(az resource show -g summerDemo -n demoWebsite --resource-type "Microsoft.Web/sites" --query tags) rt=$(echo $jsonrtag |...
### Discussed in https://github.com/FBoucher/AzUrlShortener/discussions/308 Originally posted by **sctechgithub** June 30, 2021 Is there a way to make the non-vanity URLs that are created on the fly a specified number of...
# In Progress A new version of the AzUrlShortner is been worked on. All the progress will be shared in this Issue. ## Major changes: - [x] Upgrade to .NET...
instead of using multiple user principals (app registration in Azure Active Directory) we will be using the roles inside SWA
- [x] Move AzFunction code from /src to /src/api - [x] Did moving azFunction Code broke something? - [x] Removing old website client from V1 - [ ] Does deployment/azureDeploy.json...
I need to bring the website into this repo. Because major / breaking code changes will be I won't do a module. I was thinking submodule.... But I think a...
In the Blazor App update the code to use the Azure Static Web Apps Security Roles instead of Registered Apps in AAD