Azure / Azure/azure-libraries-for-java
[FEATURE REQ] Deploy Azure container instances into virtual network
- Langage dominant
- Java
- Étoiles
- 97
- Forks
- 102
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**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
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par la définition de ContainerGroup et la fluent API, puis comparez les builders withVnet() et withSubnet() demandés avec la documentation de Microsoft sur existing-virtual-network pour Azure Container Instances. Identifiez le modèle pertinent de la bibliothèque cliente et les tests de validation, et considérez la fonctionnalité comme complète lorsqu’un réseau virtuel et un sous-réseau existants peuvent être représentés dans une définition de ContainerGroup et utilisés via la Java API.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- azure, java
- Domaine
- cloud
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100