Skip to content

Commit

Permalink
fix unavailable RAI service
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiw committed Jul 19, 2024
1 parent 9fedeba commit 3887aa4
Showing 1 changed file with 47 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ interactions:
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/00000/providers/Microsoft.MachineLearningServices/workspaces/00000?api-version=2023-08-01-preview
response:
body:
string: '{"error": {"code": "ResourceNotFound", "message": "The Resource ''Microsoft.MachineLearningServices/workspaces/pf-evals-ws-westus2''
under resource group ''hanchi-test'' was not found. For more details please
go to https://aka.ms/ARMResourceNotFoundFix"}}'
string: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/00000/providers/Microsoft.MachineLearningServices/workspaces/00000",
"name": "00000", "type": "Microsoft.MachineLearningServices/workspaces", "location":
"westus2", "tags": {}, "etag": null, "kind": "Default", "sku": {"name": "Basic",
"tier": "Basic"}, "properties": {"discoveryUrl": "https://westus2.api.azureml.ms/discovery",
"mlFlowTrackingUri": "azureml://westus2.api.azureml.ms/mlflow/v1.0/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/00000/providers/Microsoft.MachineLearningServices/workspaces/00000"}}'
headers:
cache-control:
- no-cache
content-length:
- '247'
- '2911'
content-type:
- application/json; charset=utf-8
expires:
Expand All @@ -32,13 +34,50 @@ interactions:
- no-cache
strict-transport-security:
- max-age=31536000; includeSubDomains
vary:
- Accept-Encoding
x-cache:
- CONFIG_NOCACHE
x-content-type-options:
- nosniff
x-ms-failure-cause:
- gateway
x-request-time:
- '0.027'
status:
code: 404
message: Not Found
code: 200
message: OK
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Type:
- application/json
User-Agent:
- promptflow-evals/0.1.0.dev0
method: GET
uri: https://westus2.api.azureml.ms/raisvc/v1.0/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/00000/providers/Microsoft.MachineLearningServices/workspaces/00000/checkannotation
response:
body:
string: "<html>\r\n<head><title>503 Service Temporarily Unavailable</title></head>\r\n<body>\r\n<center><h1>503
Service Temporarily Unavailable</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
headers:
connection:
- keep-alive
content-length:
- '190'
content-type:
- text/html
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
x-content-type-options:
- nosniff
x-request-time:
- '0.000'
status:
code: 503
message: Service Temporarily Unavailable
version: 1

0 comments on commit 3887aa4

Please sign in to comment.