Skip to content
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

Users/arjgupta/wait for app to start #4058

Merged
merged 4 commits into from
Apr 19, 2017
Merged

Conversation

arjgupta
Copy link
Member

No description provided.

@@ -62,6 +62,11 @@ async function run() {
switch(action) {
case "Start Azure App Service": {
console.log(await azureRmUtil.startAppService(endPoint, resourceGroupName, webAppName, specifySlotFlag, slotName));
var appServiceDetails = await azureRmUtil.getAppServiceState(endPoint, resourceGroupName, webAppName, specifySlotFlag, slotName);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please add the same logic for restart app service ?

@arjgupta arjgupta merged commit 6f799ae into master Apr 19, 2017
@vtbassmatt vtbassmatt deleted the users/arjgupta/waitForAppToStart branch October 24, 2019 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants