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 92ce439 commit f76d580Copy full SHA for f76d580
app/app.py
@@ -5,7 +5,7 @@
5
metrics = PrometheusMetrics(app)
6
@app.route('/')
7
def hello():
8
- return "Hello from DevOps on Azure VM with CI/CD!"
+ return "Hello from DevOps on Azure VM with CI/CD! - Done by manikarthik"
9
10
if __name__ == '__main__':
11
app.run(host='0.0.0.0', port=5000)
0 commit comments