Azure / Azure/azure-libraries-for-java
Fluent: would like to create/referencing NetworkSecurityGroup in VMSS definition API
- Langage dominant
- Java
- Étoiles
- 97
- Forks
- 102
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
_From @TimLovellSmith on September 7, 2017 20:27_
With 1.1.3 I can't see any way to define the 'networkSecurityGroup' field for the VMSS network interface configuration part of the REST API!
From what I've seen of 1.2.0 release notes I am guessing that this functionality isn't yet added there either?
(This is what I'm talking about:
"networkProfile": {
"networkInterfaceConfigurations": [ {
"name": "nicconfig1",
"properties": {
"primary": true,
"enableAcceleratedNetworking": false,
"networkSecurityGroup": {
"id": "/subscriptions/{subscription-id}/resourceGroups/myrg1/providers/Microsoft.Network/networkSecurityGroups/nsg1"
},
I have heard that using this mechanism is functionally slightly different from just applying an NSG on your subnet, it gets applied on the NICS instead, hence the desire for it. Haven't been able to test it out yet though...)
_Copied from original issue: Azure/azure-sdk-for-net#3672_
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Commencez par localiser l’API Java de définition de VMSS et comparer son modèle de configuration des interfaces réseau avec l’exemple REST de l’issue. Déterminez où la prise en charge de networkSecurityGroup devrait se trouver et vérifiez que la définition obtenue peut représenter l’association NSG demandée. C’est terminé lorsque l’API expose cette configuration et que le comportement du profil réseau VMSS est couvert.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- azure, java
- Domaine
- api, cloud, infrastructure
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 32/100