Skip to content

AppGateway #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Conversation

migzen
Copy link
Contributor

@migzen migzen commented Feb 3, 2021

Includes AppGateway ps1
Includes template json

Includes AppGateway ps1
Includes template json
@migzen migzen self-assigned this Feb 3, 2021
@migzen migzen added team2 Issues for Practicum Team 2 task New task, feature or request labels Feb 3, 2021

[Parameter(Mandatory=$true)]
[string]
$frontendPorts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There needs to be comma separation between parameters. This is causing issues while running the script.

@ahmadafrasiyab
Copy link
Contributor

It would be very helpful if you give some basic steps to test your script including the script command that you are using. Also, when you ask for IP pools, documentation would again be needed to see what format is the input expected in. I would start with writing a basic step by step process to test your script. Including but not limited to what is expected as input to specific parameters that are not very common as opposed to location names or resource group names where it is fairly straightforward to guess the inputs.


[Parameter(Mandatory=$true)]
[string]
$httpListeners
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here


[Parameter(Mandatory=$true)]
[string]
$requestRoutingRules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

@Dylan-Riley
Copy link
Contributor

Dylan-Riley commented Feb 4, 2021

Did you try running your script at all? The non-linked issue has no time tracking so I'm curious how much time was spent actually testing this. There's also no logic for logging into Azure in the script itself which is something I did wrong the previous sprint. The point of the automation stuff seems to be scripts that can just run on any given machine with minimal setup.

This could just be on me and not an actually expected thing but I personally don't know what a lot of the parameters the script is asking for off the top of my head and wouldn't be able to test those given no instructions or default testing values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New task, feature or request team2 Issues for Practicum Team 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants