We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a37c0 commit daae814Copy full SHA for daae814
azure/templates/post-deploy.yml
@@ -81,10 +81,10 @@ steps:
81
retryCountOnTaskFailure: 2
82
83
- bash: |
84
- echo "Subscribing SQS to MNS via Lambda-compatible client..."
+ echo "Subscribing SQS to MNS for notifications."
85
poetry run python mns_subscription/src/subscribe_mns.py
86
displayName: "Run MNS Subscription"
87
- workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)"
+ workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/mns_subscription"
88
env:
89
SQS_ARN: "$(SQS_ARN)"
90
0 commit comments