Alex Crome

Results 48 issues of Alex Crome

### Describe the bug If you have auto upgrade enabled (`az config set auto-upgrade.enable=yes `), have an out of date Azure CLI and try to run the azure CLI in...

Configure
question
customer-reported
Upgrade
Auto-Assign
Azure CLI Team
Auto-Resolve

### Describe the bug If the `Web Account Manager` service is disabled, azure cli fails to login with an unhelpful error message ### Related command `az login` ### Errors ![image](https://github.com/Azure/azure-cli/assets/289860/c6305d31-af3e-483f-b664-f0b81683d4b7)...

Account
question
customer-reported
Auto-Assign
Azure CLI Team

**Bicep version** VS Code 0.4.1 **Describe the bug** If you have a reference to an existing resource, the visualiser doesn't show a dependency between the resources **To Reproduce** ```bicep resource...

enhancement
good first issue
story: visualizer

**Bicep version** Bicep CLI version 0.4.613 (d826ce8411) **Describe the bug** The below template compiles successfully, but fails at deployment time with the error "The template function 'reference' is not expected...

bug
provider bug
top 10 committed

I've been facing a number of sparodic SQL timeouts - performance generally seems fine, but a number of timeouts show up in the logs. On a hunch, I tried disabling...

area-orchestrator

It's a RabbitMQ server, not redis 😉. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/4118)

area-app-model
community-contribution

The `Application Name` property on a SQL Server connection string adds an application name to the connection to SQL. This can be very useful if running SQL Profiler with multiple...

area-app-model

Prior to preview 6, I had my own version of `ContainerRegistryHook` and was hoping to move over to the built in one introduced in preview 6. Unfortunately it doesn't meet...

area-app-model

The aspire sample template currently ships with a broken http launch profile. Running the template `dotnet run --launch-profile http` results in an error. ``` The 'applicationUrl' setting must be an...

area-templates
community-contribution

**Is your feature request related to a problem? Please describe.** Existing resources are an awesome part of bicep that are easy to look over. Could a linter rule detect hard...

enhancement
devdiv
story: linter rules
P1