You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using api-endpoint for feature_registry in feathr as mysql path.Is it fine to use this as an api-endpoint or we must have it from azure? When I am using this while registering an feature in feathr i am getting this error " DefaultAzureCredential failed to retrieve a token from the included credentials".So, if anyone can help me to resolve this issue it will be very helpful.
I am using api-endpoint for feature_registry in feathr as mysql path.Is it fine to use this as an api-endpoint or we must have it from azure? When I am using this while registering an feature in feathr i am getting this error " DefaultAzureCredential failed to retrieve a token from the included credentials".So, if anyone can help me to resolve this issue it will be very helpful.
For the first question, yes if you plan to register features into your sql, you need to set and use an 'api-endpoint'. And you should set it in the config or environment variable. It should be like: "https://{..}webapp.azurewebsites.net/api/v1". For more details, you may check any samples provided in our docs: https://github.com/feathr-ai/feathr/tree/main/docs/samples
For the second question, it may because you don't have credential to visit azure resources. You may check if configurations in your web service are correctly, especially the 'CONNECTION_STR'. An example for that is: ""Server=tcp:{...}.database.windows.net,1433;Initial Catalog={...};Persist Security Info=False;User ID={...@...};Password={...};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
Hi,
I am using api-endpoint for feature_registry in feathr as mysql path.Is it fine to use this as an api-endpoint or we must have it from azure? When I am using this while registering an feature in feathr i am getting this error " DefaultAzureCredential failed to retrieve a token from the included credentials".So, if anyone can help me to resolve this issue it will be very helpful.
api-endpoint: "mysql://username:password@host:port/database"
The text was updated successfully, but these errors were encountered: