-
We're investigating the following options for AKS scaling:
# 1. ACI VIRTUAL NODES
### Status
Currently `BLOCKED`.
### Where
- The code changes are in `mithun/hpa2` branch. (see [PR mic…
-
- **Package Name**: Azure.Identity
- **Package Version**: 1.10.0
- **Operating System**: Ubuntu 18.04
- **Python Version**: 3.8.0
**Describe the bug**
I am trying to run a python script in an …
-
### Versions
Terraform v1.2.2
Provider 2.6.0
CNC 25.1(1e) on Azure
### Affected Resource(s)
* aci_cloud_context_profile
### Terraform Configuration File
```hcl
resource "…
-
### Summary
The `na_ontap_ldap_client` module does not seem to be idempotent. If I run it once, everything is fine and it creates the LDAP connection. But if I run it a second time without any change…
-
**Is your feature request related to a problem? Please describe.**
Currently both UI and API apps are required to be hosted in same context URL which is making difficult for customers to deploy both …
-
### Quick Description
Right now it's impossible to connect to a DarkRift server running on Azure Container Instances (ACI) because every UDP message smaller than 12 bytes is dropped and UDP connectio…
-
Suggestion: When creating bicep modules, could the "shape" of any object parameters be specified. I.e.
```
param storageAccount object {
prefix string,
skuName string = "Standard_LRS",
ex…
-
### Summary
When executing a Lambda function which fails, the output has spaces between each character.
There's a `" ".join()` call in the module, expecting a list of strings but getting just a st…
-
Create a console app.
New up a DAC
```
var cred = new DefaultAzureCredential();
```
Call a client, like blob client.
Create Dockerfile
```
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS b…
-
I have instantiated an authorised azure.mgmt.containerinstance.ContainerInstanceManagementClient object. When i iterate over .container_groups.list() I see the 3 container groups but their instance_vi…