Ryan Graham
Ryan Graham
@cloudchristoph thanks for the input. The form should be open for voting now if you can give it a try and let me know. If I'm reading your comment correctly,...
I like this proposal and the decoupling of Bicep compiler releases from the Azure type updates. My preference is Option 3: ```` import az as azure { version: '0.6.0 targetScope:...
@jtracey93, @JamJarchitect rather than litter the PR with comments. My assumption is that Azure CLI commands would target a Bash shell and therefore we can't count on PowerShell being available....
Settings provider/coordinator (depending on how settings are configured, its possible settings get out of sync across nodes for brief periods of time). This is correlated to @ElanHasson mention of FeatureManagement...
Reference to the Security Baseline: https://docs.microsoft.com/en-us/security/benchmark/azure/baselines/api-management-security-baseline
Awesome, thanks for the update!
I was able to get this working for the time being using the following "hack." 1. Add the storage account queue reference directly to the Silo project instead of Orleans....
@ReubenBond I think this proposal looks great and while it may not be perfect I don't see anything glaring after my first past through. Some initial thoughts/reactions/questions: - Will we...
Per @alliscode, DI support for Process Steps is available when constructing the Kernel as illustrated in this sample: https://github.com/microsoft/semantic-kernel/blob/cdb2d5930bf6e0cffec13ec393fb68040cabb940/dotnet/samples/Concepts/DependencyInjection/Kernel_Building.cs#L62 Given this redirect, I'm happy to create a sample showing DI...