Jon Gallant

Results 68 issues of Jon Gallant

Here: Would be nice if there was an "Open in Codespaces" button, like we have in the readmes. You could use the same link that we use in the readme.

Right now the search box only searches title. It should search all fields.

This app creates secrets in bulk, but passes those secrets from main.bicep w/o using the secure decorator. Those secrets with therefore be in plaintext in the Azure deployment. Add `secure()`...

Bicep now supports the much cleaner bicepparam files. Let's update this project to utilize that.

Commands are called directly causing issues with Powershell profile settings. We need to update roles.ps1 to match prepdocs.ps1 use of Invoke-ExternalCommand. First move Invoke-ExternalCommand to another file so it can...

Azure SDK has GA'd new libraries that should be used in this project for consistency and performance improvements. Please see all library links here: https://aka.ms/azsdk/ azsdke2e

Try running the sample with a blob that has a space in the name and the sas token generation code will not work. ``` This XML file does not appear...

bug
good first issue

**Describe the bug** I have a webpage that uses ws, wss, and http and it doesn't render anything. **To Reproduce** Create config: ``` tunnel: credentials-file: ingress: - hostname: hostname service:...

Type: Bug
Priority: Normal