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

[Backend API] Add Table Name property to appsettings.json #319

Closed
sikutisa opened this issue Sep 14, 2024 · 1 comment · Fixed by #320
Closed

[Backend API] Add Table Name property to appsettings.json #319

sikutisa opened this issue Sep 14, 2024 · 1 comment · Fixed by #320

Comments

@sikutisa
Copy link
Contributor

Related to: #170 #180 #203 #208 #213 #218 #308

  • To use TableClient, add table name property to appsettings.json
  • For example,
{
  ...
  "Storage": {
    "Table": {
      "Name": "events"
    }
  }
  ...
}
@sikutisa
Copy link
Contributor Author

@justinyoo 엔드포인트 구현 이슈들 작업하기 전에 선행돼야 하는 이슈로 생각돼서, 먼저 작업해보겠습니다.

sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
fix property name "Name" to "TableName" because "Name" is duplicated in
TableSettings.cs

Related to: aliencube#319
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 14, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 16, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 16, 2024
StorageAccountExtensions don't need to exist in their own file.

Related to: aliencube#319
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 16, 2024
sikutisa added a commit to sikutisa/azure-openai-sdk-proxy that referenced this issue Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants