Azure / Azure/azure-libraries-for-java
[FEATURE REQ] Deploy Azure container instances into virtual network
- Lenguaje dominante
- Java
- Estrellas
- 97
- Forks
- 102
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Is your feature request related to a problem? Please describe.**
We'd like to be able to deploy container groups into an existing virtual network using the fluent API. The feature exists but doesn't appear to be supported in Java yet:
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-vnet#deploy-to-existing-virtual-network
**Describe the solution you'd like**
As part of the ContainerGroup definition, add new builder functions .withVnet().withSubnet().
**Describe alternatives you've considered**
Thought about making a system call out to the Azure CLI tool to avoid this library entirely - not viable for my use case.
**Additional context**
When Microsoft publishes new features into preview, it would be great to know the roadmap for when we can expect to be able to use them in the client libs.
**Information Checklist**
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [X] Description Added
- [X] Expected solution specified
Guía de contribución
Línea de trabajo
Comienza por la definición de ContainerGroup y la fluent API, y luego compara los builders solicitados withVnet() y withSubnet() con la documentación de Microsoft sobre existing-virtual-network para Azure Container Instances. Identifica el modelo relevante de la biblioteca cliente y las pruebas de validación, y considera completa la funcionalidad cuando una red virtual y una subred existentes puedan representarse en una definición de ContainerGroup y utilizarse mediante la Java API.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- azure, java
- Área
- cloud
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100